|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.construct.AbstractFlowConstruct
org.mule.construct.SimpleFlowConstruct
org.mule.module.ibeans.config.IBeanFlowConstruct
public class IBeanFlowConstruct
This is an empty flow construct that is used to host an iBean as a component with
one or more component bindings. Each method annotated with
Call
or Template
has
an associated component binding associated with it.
CallInterfaceBinding
Field Summary |
---|
Fields inherited from class org.mule.construct.SimpleFlowConstruct |
---|
messageProcessors, threadingProfile, workManager |
Fields inherited from class org.mule.construct.AbstractFlowConstruct |
---|
exceptionListener, lifecycleManager, logger, messageInfoMapping, messageProcessorChain, messageSource, muleContext, name, statistics |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
IBeanFlowConstruct(java.lang.String name,
MuleContext muleContext)
|
Method Summary |
---|
Methods inherited from class org.mule.construct.SimpleFlowConstruct |
---|
configureMessageProcessors, getMessageProcessors, getThreadingProfile, setEndpoint, setMessageProcessors, setThreadingProfile |
Methods inherited from class org.mule.construct.AbstractFlowConstruct |
---|
createMessageProcessor, dispose, doDispose, doInitialise, doStart, doStop, getExceptionListener, getLifecycleState, getMessageInfoMapping, getMessageSource, getMuleContext, getName, getStatistics, initialise, isStarted, isStopped, isStopping, process, setExceptionListener, setMessageInfoMapping, setMessageSource, start, stop, toString, validateConstruct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IBeanFlowConstruct(java.lang.String name, MuleContext muleContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |