org.mule.module.ibeans.config
Class IBeanFlowConstruct
java.lang.Object
org.mule.construct.AbstractFlowConstruct
org.mule.construct.SimpleFlowConstruct
org.mule.module.ibeans.config.IBeanFlowConstruct
- All Implemented Interfaces:
- FlowConstruct, Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, MessageProcessor
public class IBeanFlowConstruct
- extends SimpleFlowConstruct
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.
- See Also:
CallInterfaceBinding
| 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 |
IBeanFlowConstruct
public IBeanFlowConstruct(String name,
MuleContext muleContext)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.