Mule Box.net Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
cn.com.believer.songyuanframework.openapi.storage.box
cn.com.believer.songyuanframework.openapi.storage.box.constant
cn.com.believer.songyuanframework.openapi.storage.box.factories
cn.com.believer.songyuanframework.openapi.storage.box.functions
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.core
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.utils
cn.com.believer.songyuanframework.openapi.storage.box.objects
org.mule.modules.boxnet
org.mule.modules.boxnet.adapters
org.mule.modules.boxnet.agents
org.mule.modules.boxnet.callback
org.mule.modules.boxnet.config
org.mule.modules.boxnet.process
org.mule.modules.boxnet.processors
org.mule.modules.boxnet.transformers
Classes
BoxConnector
FlowUtils
Enums
Target
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
FlowUtils
extends Object
java.lang.Object
↳
org.mule.modules.boxnet.FlowUtils
Summary
Public Constructors
FlowUtils
()
Public Methods
static MuleMessage
callFlow
(Flow flow, MuleMessage message)
static MuleMessage
callFlow
(String flowName, MuleMessage message)
static Flow
getFlow
(String flowName, MuleContext muleContext)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
FlowUtils
()
Public Methods
public static MuleMessage
callFlow
(Flow flow, MuleMessage message)
Parameters
flow
message
public static MuleMessage
callFlow
(String flowName, MuleMessage message)
Parameters
flowName
message
public static Flow
getFlow
(String flowName, MuleContext muleContext)
Parameters
flowName
muleContext