|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowConstruct | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| org.mule.api.component | |
| org.mule.api.construct | |
| org.mule.api.endpoint | Endpoint interfaces. |
| org.mule.api.registry | |
| org.mule.api.service | |
| org.mule.api.transport | Contains the interfaces that comprise a provider implementation. |
| org.mule.client | |
| org.mule.component | |
| org.mule.construct | |
| org.mule.construct.processor | |
| org.mule.context.notification | Internal server notification types fired via the MuleManager. |
| org.mule.el.mvel | |
| org.mule.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.exception | |
| org.mule.execution | |
| org.mule.interceptor | |
| org.mule.model.seda | |
| org.mule.object | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.registry | |
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
| org.mule.routing.requestreply | |
| org.mule.service | |
| org.mule.session | |
| org.mule.source | |
| org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.transport.polling | |
| org.mule.transport.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| Uses of FlowConstruct in org.mule |
|---|
| Methods in org.mule that return FlowConstruct | |
|---|---|
FlowConstruct |
VoidMuleEvent.getFlowConstruct()
|
FlowConstruct |
DefaultMuleEventContext.getFlowConstruct()
|
FlowConstruct |
DefaultMuleEvent.getFlowConstruct()
Gets the recipient service of this event |
| Constructors in org.mule with parameters of type FlowConstruct | |
|---|---|
DefaultMuleEvent(MuleEvent rewriteEvent,
FlowConstruct flowConstruct)
|
|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct)
|
|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MuleSession session)
|
|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MuleSession session,
ReplyToHandler replyToHandler,
ResponseOutputStream outputStream)
|
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct)
|
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session)
Constructor used to create a message with no message source with minimal arguments |
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream)
Constructor used to create a message with no message source with all additional arguments |
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
ResponseOutputStream outputStream)
Constructor used to create a message with no message source with minimal arguments and ResponseOutputStream |
|
DefaultMuleEvent(MuleMessage message,
MuleEvent rewriteEvent,
FlowConstruct flowConstruct,
MuleSession session,
boolean synchronous)
|
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session)
Constructor used to create a message with a uri that idendifies the message source with minimal arguments |
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream)
Constructor used to create a message with a identifiable message source with all additional arguments |
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
ResponseOutputStream outputStream)
Constructor used to create a message with a uri that idendifies the message source with minimal arguments and ResponseOutputStream |
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
String messageSourceName,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream,
String encoding,
boolean transacted,
boolean synchronous,
Object replyToDestination,
ReplyToHandler replyToHandler)
|
|
| Uses of FlowConstruct in org.mule.api |
|---|
| Methods in org.mule.api that return FlowConstruct | |
|---|---|
FlowConstruct |
MuleEventContext.getFlowConstruct()
|
FlowConstruct |
MuleEvent.getFlowConstruct()
Retrieves the service for the current event |
FlowConstruct |
MuleSession.getFlowConstruct()
Deprecated. |
| Methods in org.mule.api with parameters of type FlowConstruct | |
|---|---|
void |
MuleSession.setFlowConstruct(FlowConstruct flowConstruct)
Deprecated. |
| Uses of FlowConstruct in org.mule.api.component |
|---|
| Methods in org.mule.api.component with parameters of type FlowConstruct | |
|---|---|
LifecycleAdapter |
LifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext)
|
| Uses of FlowConstruct in org.mule.api.construct |
|---|
| Subinterfaces of FlowConstruct in org.mule.api.construct | |
|---|---|
interface |
Pipeline
A pipeline has an ordered list of MessageProcessor's that are invoked in order to processor new
messages received from it's MessageSource |
| Methods in org.mule.api.construct with parameters of type FlowConstruct | |
|---|---|
void |
FlowConstructAware.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.api.construct with parameters of type FlowConstruct | |
|---|---|
FlowConstructInvalidException(Message message,
FlowConstruct flowConstruct)
|
|
| Uses of FlowConstruct in org.mule.api.endpoint |
|---|
| Methods in org.mule.api.endpoint with parameters of type FlowConstruct | |
|---|---|
MessageProcessor |
EndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target)
|
MessageProcessor |
EndpointMessageProcessorChainFactory.createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target)
|
| Uses of FlowConstruct in org.mule.api.registry |
|---|
| Methods in org.mule.api.registry that return FlowConstruct | |
|---|---|
FlowConstruct |
MuleRegistry.lookupFlowConstruct(String name)
|
| Methods in org.mule.api.registry that return types with arguments of type FlowConstruct | |
|---|---|
Collection<FlowConstruct> |
MuleRegistry.lookupFlowConstructs()
|
| Methods in org.mule.api.registry with parameters of type FlowConstruct | |
|---|---|
void |
MuleRegistry.registerFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.api.service |
|---|
| Subinterfaces of FlowConstruct in org.mule.api.service | |
|---|---|
interface |
Service
Deprecated. |
| Uses of FlowConstruct in org.mule.api.transport |
|---|
| Methods in org.mule.api.transport that return FlowConstruct | |
|---|---|
FlowConstruct |
MessageReceiver.getFlowConstruct()
|
| Methods in org.mule.api.transport with parameters of type FlowConstruct | |
|---|---|
void |
Connector.registerListener(InboundEndpoint endpoint,
MessageProcessor listener,
FlowConstruct flowConstruct)
Registers a MessageProcessor listener which will listen to new message received from a specific transport channel and then processed by the endpoint. |
void |
Connector.unregisterListener(InboundEndpoint endpoint,
FlowConstruct flowConstruct)
Unregisters the listener for the given endpoints. |
| Uses of FlowConstruct in org.mule.client |
|---|
| Classes in org.mule.client that implement FlowConstruct | |
|---|---|
static class |
DefaultLocalMuleClient.MuleClientFlowConstruct
Placeholder class which makes the default exception handler available. |
| Uses of FlowConstruct in org.mule.component |
|---|
| Fields in org.mule.component declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractComponent.flowConstruct
|
protected FlowConstruct |
DefaultComponentLifecycleAdapter.flowConstruct
|
| Methods in org.mule.component that return FlowConstruct | |
|---|---|
FlowConstruct |
AbstractComponent.getFlowConstruct()
|
| Methods in org.mule.component with parameters of type FlowConstruct | |
|---|---|
LifecycleAdapter |
DefaultComponentLifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext)
|
void |
AbstractComponent.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
AbstractJavaComponent.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.component with parameters of type FlowConstruct | |
|---|---|
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext)
|
|
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
MuleContext muleContext)
|
|
NullLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext)
|
|
| Uses of FlowConstruct in org.mule.construct |
|---|
| Classes in org.mule.construct that implement FlowConstruct | |
|---|---|
class |
AbstractConfigurationPattern
A template class for configuration patterns, which takes care of setting common message processors and optional transformers defined on the pattern. |
class |
AbstractFlowConstruct
Abstract implementation of FlowConstruct that:
Is constructed with unique name and MuleContext. |
class |
AbstractPipeline
Abstract implementation of AbstractFlowConstruct that allows a list of AbstractPipeline.ProcessIfPipelineStartedMessageProcessors
that will be used to process messages to be configured. |
class |
Bridge
A simple bridge between a single inbound endpoint and a single outbound endpoint. |
class |
Flow
This implementation of AbstractPipeline adds the following functionality:
Rejects inbound events when Flow is not started
Gathers statistics and processing time data
Implements MessagePorcessor allowing direct invocation of the pipeline
Supports the optional configuration of a ProcessingStrategy that determines how message
processors are processed. |
class |
SimpleService
In-out SOA-style simple service, with no outbound router. |
class |
Validator
|
| Method parameters in org.mule.construct with type arguments of type FlowConstruct | |
|---|---|
void |
FlowConstructLifecycleManager.fireDisposePhase(LifecycleCallback<FlowConstruct> callback)
|
void |
FlowConstructLifecycleManager.fireInitialisePhase(LifecycleCallback<FlowConstruct> callback)
|
void |
FlowConstructLifecycleManager.firePausePhase(LifecycleCallback<FlowConstruct> callback)
|
void |
FlowConstructLifecycleManager.fireResumePhase(LifecycleCallback<FlowConstruct> callback)
|
void |
FlowConstructLifecycleManager.fireStartPhase(LifecycleCallback<FlowConstruct> callback)
|
void |
FlowConstructLifecycleManager.fireStopPhase(LifecycleCallback<FlowConstruct> callback)
|
| Constructors in org.mule.construct with parameters of type FlowConstruct | |
|---|---|
FlowConstructLifecycleManager(FlowConstruct flowConstruct,
MuleContext muleContext)
|
|
| Uses of FlowConstruct in org.mule.construct.processor |
|---|
| Fields in org.mule.construct.processor declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
FlowConstructStatisticsMessageProcessor.flowConstruct
|
| Methods in org.mule.construct.processor with parameters of type FlowConstruct | |
|---|---|
void |
FlowConstructStatisticsMessageProcessor.setFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.context.notification |
|---|
| Fields in org.mule.context.notification declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
ComponentMessageNotification.flowConstruct
|
| Methods in org.mule.context.notification that return FlowConstruct | |
|---|---|
FlowConstruct |
EndpointMessageNotification.getFlowConstruct()
|
FlowConstruct |
ComponentMessageNotification.getFlowConstruct()
|
| Constructors in org.mule.context.notification with parameters of type FlowConstruct | |
|---|---|
ComponentMessageNotification(MuleMessage message,
Component component,
FlowConstruct flowConstruct,
int action)
|
|
EndpointMessageNotification(MuleMessage resource,
ImmutableEndpoint endpoint,
FlowConstruct flowConstruct,
int action)
|
|
FlowConstructNotification(FlowConstruct flowConstruct,
int action)
|
|
MessageProcessorNotification(FlowConstruct flowConstruct,
MuleEvent event,
MessageProcessor processor,
MessagingException exceptionThrown,
int action)
|
|
| Uses of FlowConstruct in org.mule.el.mvel |
|---|
| Constructors in org.mule.el.mvel with parameters of type FlowConstruct | |
|---|---|
EventVariableResolverFactory.FlowContext(FlowConstruct flowConstruct)
|
|
| Uses of FlowConstruct in org.mule.endpoint |
|---|
| Methods in org.mule.endpoint that return FlowConstruct | |
|---|---|
FlowConstruct |
DefaultInboundEndpoint.getFlowConstruct()
|
| Methods in org.mule.endpoint with parameters of type FlowConstruct | |
|---|---|
MessageProcessor |
DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target)
|
MessageProcessor |
DefaultInboundEndpoint.createMessageProcessorChain(FlowConstruct flowContruct)
|
protected MessageProcessor |
DefaultOutboundEndpoint.createMessageProcessorChain(FlowConstruct flowContruct)
|
protected abstract MessageProcessor |
AbstractEndpoint.createMessageProcessorChain(FlowConstruct flowContruct)
|
MessageProcessor |
DefaultEndpointMessageProcessorChainFactory.createOutboundMessageProcessorChain(OutboundEndpoint endpoint,
FlowConstruct flowConstruct,
MessageProcessor target)
|
MessageProcessor |
AbstractEndpoint.getMessageProcessorChain(FlowConstruct flowContruct)
|
void |
DefaultInboundEndpoint.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
DynamicURIInboundEndpoint.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.endpoint with parameters of type FlowConstruct | |
|---|---|
EndpointMessageProcessorChainBuilder(ImmutableEndpoint endpoint,
FlowConstruct flowConstruct)
|
|
| Uses of FlowConstruct in org.mule.exception |
|---|
| Methods in org.mule.exception with parameters of type FlowConstruct | |
|---|---|
protected FlowConstructStatistics |
DefaultServiceExceptionStrategy.getFlowConstructStatistics(FlowConstruct flowConstruct)
Deprecated. |
protected ServiceStatistics |
DefaultServiceExceptionStrategy.getServiceStatistics(FlowConstruct flowConstruct)
Deprecated. |
void |
RedeliveryExceeded.setFlowConstruct(FlowConstruct flowConstruct)
|
protected void |
AbstractMessagingExceptionStrategy.stopFlow(FlowConstruct flow)
|
| Uses of FlowConstruct in org.mule.execution |
|---|
| Methods in org.mule.execution that return FlowConstruct | |
|---|---|
FlowConstruct |
MessageProcessContext.getFlowConstruct()
|
| Uses of FlowConstruct in org.mule.interceptor |
|---|
| Fields in org.mule.interceptor declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractEnvelopeInterceptor.flowConstruct
|
| Methods in org.mule.interceptor with parameters of type FlowConstruct | |
|---|---|
void |
AbstractEnvelopeInterceptor.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.interceptor with parameters of type FlowConstruct | |
|---|---|
ProcessingTimeInterceptor(MessageProcessor next,
FlowConstruct fc)
|
|
| Uses of FlowConstruct in org.mule.model.seda |
|---|
| Classes in org.mule.model.seda that implement FlowConstruct | |
|---|---|
class |
SedaService
Deprecated. |
| Uses of FlowConstruct in org.mule.object |
|---|
| Fields in org.mule.object declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractObjectFactory.flowConstruct
|
| Methods in org.mule.object with parameters of type FlowConstruct | |
|---|---|
void |
AbstractObjectFactory.setFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.processor |
|---|
| Fields in org.mule.processor declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractMuleObjectOwner.flowConstruct
|
protected FlowConstruct |
AbstractRedeliveryPolicy.flowConstruct
|
protected FlowConstruct |
ResponseMessageProcessorAdapter.flowConstruct
|
| Methods in org.mule.processor that return FlowConstruct | |
|---|---|
FlowConstruct |
AbstractMuleObjectOwner.getFlowConstruct()
|
| Methods in org.mule.processor with parameters of type FlowConstruct | |
|---|---|
void |
AbstractMuleObjectOwner.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
AbstractRedeliveryPolicy.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
ResponseMessageProcessorAdapter.setFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.processor.chain |
|---|
| Fields in org.mule.processor.chain declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractMessageProcessorChainBuilder.flowConstruct
|
| Methods in org.mule.processor.chain with parameters of type FlowConstruct | |
|---|---|
void |
AbstractMessageProcessorChain.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.processor.chain with parameters of type FlowConstruct | |
|---|---|
AbstractMessageProcessorChainBuilder(FlowConstruct flowConstruct)
|
|
DefaultMessageProcessorChainBuilder(FlowConstruct flowConstruct)
|
|
SimpleMessageProcessorChainBuilder(FlowConstruct flowConstruct)
|
|
| Uses of FlowConstruct in org.mule.registry |
|---|
| Methods in org.mule.registry that return FlowConstruct | |
|---|---|
FlowConstruct |
MuleRegistryHelper.lookupFlowConstruct(String name)
|
| Methods in org.mule.registry that return types with arguments of type FlowConstruct | |
|---|---|
Collection<FlowConstruct> |
MuleRegistryHelper.lookupFlowConstructs()
|
| Methods in org.mule.registry with parameters of type FlowConstruct | |
|---|---|
void |
MuleRegistryHelper.registerFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.routing |
|---|
| Fields in org.mule.routing declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
IdempotentMessageFilter.flowConstruct
|
protected FlowConstruct |
AbstractAggregator.flowConstruct
|
| Methods in org.mule.routing with parameters of type FlowConstruct | |
|---|---|
void |
IdempotentMessageFilter.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
MessageFilter.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
MessageProcessorFilterPair.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
AbstractAggregator.setFlowConstruct(FlowConstruct flowConstruct)
|
void |
AbstractSelectiveRouter.setFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.routing.outbound |
|---|
| Methods in org.mule.routing.outbound with parameters of type FlowConstruct | |
|---|---|
protected void |
AbstractOutboundRouter.setMessageProperties(FlowConstruct service,
MuleMessage message,
MessageProcessor route)
|
| Uses of FlowConstruct in org.mule.routing.requestreply |
|---|
| Fields in org.mule.routing.requestreply declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractAsyncRequestReplyRequester.flowConstruct
|
| Methods in org.mule.routing.requestreply with parameters of type FlowConstruct | |
|---|---|
void |
AbstractAsyncRequestReplyRequester.setFlowConstruct(FlowConstruct flowConstruct)
|
| Uses of FlowConstruct in org.mule.service |
|---|
| Classes in org.mule.service that implement FlowConstruct | |
|---|---|
class |
AbstractService
Deprecated. |
| Method parameters in org.mule.service with type arguments of type FlowConstruct | |
|---|---|
void |
ServiceLifecycleManager.fireDisposePhase(LifecycleCallback<FlowConstruct> callback)
Deprecated. |
void |
ServiceLifecycleManager.fireInitialisePhase(LifecycleCallback<FlowConstruct> callback)
Deprecated. |
void |
ServiceLifecycleManager.firePausePhase(LifecycleCallback<FlowConstruct> callback)
Deprecated. |
void |
ServiceLifecycleManager.fireResumePhase(LifecycleCallback<FlowConstruct> callback)
Deprecated. |
void |
ServiceLifecycleManager.fireStartPhase(LifecycleCallback<FlowConstruct> callback)
Deprecated. |
void |
ServiceLifecycleManager.fireStopPhase(LifecycleCallback<FlowConstruct> callback)
Deprecated. |
| Constructors in org.mule.service with parameters of type FlowConstruct | |
|---|---|
ServiceLifecycleManager(FlowConstruct service,
MuleContext muleContext)
Deprecated. |
|
| Uses of FlowConstruct in org.mule.session |
|---|
| Methods in org.mule.session that return FlowConstruct | |
|---|---|
FlowConstruct |
DefaultMuleSession.getFlowConstruct()
|
| Methods in org.mule.session with parameters of type FlowConstruct | |
|---|---|
void |
DefaultMuleSession.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.session with parameters of type FlowConstruct | |
|---|---|
DefaultMuleSession(FlowConstruct flowConstruct,
MuleContext muleContext)
Deprecated. |
|
DefaultMuleSession(MuleSession source,
FlowConstruct flowConstruct)
Deprecated. |
|
| Uses of FlowConstruct in org.mule.source |
|---|
| Fields in org.mule.source declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
StartableCompositeMessageSource.flowConstruct
|
| Methods in org.mule.source with parameters of type FlowConstruct | |
|---|---|
void |
StartableCompositeMessageSource.setFlowConstruct(FlowConstruct pattern)
|
void |
ClusterizableMessageSourceWrapper.setFlowConstruct(FlowConstruct flowConstruct)
|
| Constructors in org.mule.source with parameters of type FlowConstruct | |
|---|---|
ClusterizableMessageSourceWrapper(MuleContext muleContext,
ClusterizableMessageSource messageSource,
FlowConstruct flowConstruct)
|
|
| Uses of FlowConstruct in org.mule.transport |
|---|
| Fields in org.mule.transport declared as FlowConstruct | |
|---|---|
protected FlowConstruct |
AbstractMessageReceiver.flowConstruct
The Service with which this receiver is associated with |
| Methods in org.mule.transport that return FlowConstruct | |
|---|---|
FlowConstruct |
AbstractTransportMessageProcessTemplate.getFlowConstruct()
|
FlowConstruct |
AbstractMessageReceiver.getFlowConstruct()
|
| Methods in org.mule.transport with parameters of type FlowConstruct | |
|---|---|
protected MessageReceiver |
AbstractConnector.createReceiver(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
Create a Message receiver for this connector |
protected void |
AbstractConnector.doUnregisterListener(FlowConstruct flowConstruct,
InboundEndpoint endpoint,
MessageReceiver receiver)
|
MessageReceiver |
AbstractConnector.getReceiver(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
protected Object |
AbstractConnector.getReceiverKey(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
The method determines the key used to store the receiver against. |
void |
AbstractConnector.registerListener(InboundEndpoint endpoint,
MessageProcessor messageProcessorChain,
FlowConstruct flowConstruct)
|
void |
AbstractConnector.unregisterListener(InboundEndpoint endpoint,
FlowConstruct flowConstruct)
|
| Constructors in org.mule.transport with parameters of type FlowConstruct | |
|---|---|
AbstractMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
Creates the Message Receiver |
|
AbstractPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
|
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
|
TransactedPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
long frequency)
Deprecated. please use TransactedPollingMessageReceiver.TransactedPollingMessageReceiver(Connector, FlowConstruct, InboundEndpoint)
instead |
|
| Uses of FlowConstruct in org.mule.transport.polling |
|---|
| Methods in org.mule.transport.polling with parameters of type FlowConstruct | |
|---|---|
protected Object |
MessageProcessorPollingConnector.getReceiverKey(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
| Constructors in org.mule.transport.polling with parameters of type FlowConstruct | |
|---|---|
MessageProcessorPollingMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
|
| Uses of FlowConstruct in org.mule.transport.service |
|---|
| Methods in org.mule.transport.service with parameters of type FlowConstruct | |
|---|---|
MessageReceiver |
TransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
MessageReceiver |
DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint)
|
MessageReceiver |
TransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
Object... args)
|
MessageReceiver |
DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint,
Object... args)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||