org.mule.api.construct
Interface FlowConstructAware

All Known Subinterfaces:
Component, InboundEndpoint, JavaComponent, OutboundRouter
All Known Implementing Classes:
AbstractAggregator, AbstractAsyncRequestReplyRequester, AbstractComponent, AbstractCorrelationAggregator, AbstractEnvelopeInterceptor, AbstractExceptionListener, AbstractExceptionStrategy, AbstractJavaComponent, AbstractMessageProcessorChain, AbstractMessageProcessorOwner, AbstractMessageSplitter, AbstractMessagingExceptionStrategy, AbstractMuleObjectOwner, AbstractObjectFactory, AbstractOutboundRouter, AbstractRecipientList, AbstractRedeliveryPolicy, AbstractRoundRobinMessageSplitter, AbstractSelectiveRouter, AbstractSequenceRouter, AbstractSystemExceptionStrategy, AsyncDelegateMessageProcessor, CatchMessagingExceptionStrategy, ChainingRouter, ChoiceMessagingExceptionStrategy, ChoiceRouter, ClusterizableMessageSourceWrapper, ContentBasedRouter, DefaultInboundEndpoint, DefaultJavaComponent, DefaultMessageProcessorChain, DefaultMessagingExceptionStrategy, DefaultServiceExceptionStrategy, DefaultSystemExceptionStrategy, DynamicURIInboundEndpoint, EndpointSelector, ExceptionBasedRouter, ExpressionMessageSplitter, ExpressionRecipientList, FilteringOutboundRouter, FirstSuccessful, FlowConstructStatisticsMessageProcessor, Foreach, ForwardingConsumer, IdempotentMessageFilter, IdempotentRedeliveryPolicy, IdempotentSecureHashMessageFilter, InterceptingChainLifecycleWrapper, ListMessageSplitter, LoggingInterceptor, MessageChunkAggregator, MessageChunkingRouter, MessageEnricher, MessageFilter, MessageProcessorFilterPair, MessagingExceptionStrategyAcceptorDelegate, MulticastingRouter, OutboundPassThroughRouter, PassThroughComponent, PooledJavaComponent, ProcessingTimeInterceptor, PrototypeObjectFactory, RedeliveryExceeded, Resequencer, ResponseMessageProcessorAdapter, RollbackMessagingExceptionStrategy, RoundRobin, SequenceRouter, ServiceAsyncReplyCompositeMessageSource, ServiceAsyncRequestReplyRequestor, ServiceCompositeMessageSource, SimpleAsyncRequestReplyRequester, SimpleCallableJavaComponent, SimpleCollectionAggregator, SimpleMessageProcessorChain, SingletonObjectFactory, StartableCompositeMessageSource, StaticRecipientList, SubflowInterceptingChainLifecycleWrapper, TemplateMessagingExceptionStrategy, TransformerRouter, UntilSuccessful, WireTap

public interface FlowConstructAware

Implemented by objects that require the FlowConstruct to be injected.


Method Summary
 void setFlowConstruct(FlowConstruct flowConstruct)
           
 

Method Detail

setFlowConstruct

void setFlowConstruct(FlowConstruct flowConstruct)


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.