org.mule.api.construct
Interface FlowConstructAware

All Known Subinterfaces:
Component, InboundEndpoint, JavaComponent, OutboundRouter
All Known Implementing Classes:
AbderaServiceComponent, AbstractAggregator, AbstractAsyncRequestReplyRequester, AbstractAuthorizeMessageProcessor, AbstractComponent, AbstractCorrelationAggregator, AbstractDevkitBasedPageableMessageProcessor, AbstractEnvelopeInterceptor, AbstractExceptionListener, AbstractExceptionStrategy, AbstractJavaComponent, AbstractListeningMessageProcessor, AbstractMessageProcessorChain, AbstractMessageProcessorOwner, AbstractMessageSplitter, AbstractMessagingExceptionStrategy, AbstractMuleObjectOwner, AbstractObjectFactory, AbstractOutboundRouter, AbstractRecipientList, AbstractRedeliveryPolicy, AbstractRoundRobinMessageSplitter, AbstractSelectiveRouter, AbstractSequenceRouter, AbstractSystemExceptionStrategy, AbstractWebServiceWrapperComponent, AssertionMessageProcessor, AsyncDelegateMessageProcessor, BankQuotesInboundAggregator, BankQuotesResponseAggregator, BaseOAuth1AuthorizeMessageProcessor, BaseOAuth1UnauthorizeMessageProcessor, BaseOAuth2AuthorizeMessageProcessor, BaseOAuth2UnauthorizeMessageProcessor, CatchMessagingExceptionStrategy, ChainingRouter, ChoiceMessagingExceptionStrategy, ChoiceRouter, ClusterizableMessageSourceWrapper, ContentBasedRouter, CxfComponentExceptionStrategy, DefaultInboundEndpoint, DefaultJavaComponent, DefaultMessageProcessorChain, DefaultMessagingExceptionStrategy, DefaultServiceExceptionStrategy, DefaultSystemExceptionStrategy, DevkitBasedMessageProcessor, DynamicURIInboundEndpoint, EndpointSelector, ExceptionBasedRouter, ExpressionMessageSplitter, ExpressionRecipientList, FetchAccessTokenMessageProcessor, FilteringOutboundRouter, FirstSuccessful, FlowConfiguringMessageProcessor, FlowConstructStatisticsMessageProcessor, Foreach, ForwardingConsumer, HttpResponseBuilder, IdempotentMessageFilter, IdempotentRedeliveryPolicy, IdempotentSecureHashMessageFilter, InterceptingChainLifecycleWrapper, JerseyResourcesComponent, ListMessageSplitter, LoggingInterceptor, MessageChunkAggregator, MessageChunkingRouter, MessageEnricher, MessageFilter, MessageProcessorFilterPair, MessagingExceptionStrategyAcceptorDelegate, MulticastingRouter, OAuth1FetchAccessTokenMessageProcessor, OAuth2FetchAccessTokenMessageProcessor, OutboundPassThroughRouter, PassThroughComponent, PooledJavaComponent, ProcessComponent, ProcessingTimeInterceptor, PrototypeObjectFactory, QuietExceptionStrategy, RedeliveryExceeded, Resequencer, ResponseMessageProcessorAdapter, RestServiceWrapper, RollbackMessagingExceptionStrategy, RoundRobin, RulesComponent, ScatterGatherRouter, ScriptComponent, SequenceRouter, ServiceAsyncReplyCompositeMessageSource, ServiceAsyncRequestReplyRequestor, ServiceCompositeMessageSource, SimpleAsyncRequestReplyRequester, SimpleCallableJavaComponent, SimpleCollectionAggregator, SimpleMessageProcessorChain, SingletonObjectFactory, SpringBeanLookup, StartableCompositeMessageSource, StaticRecipientList, SubflowInterceptingChainLifecycleWrapper, SxcFilteringOutboundRouter, TemplateMessagingExceptionStrategy, TransformerRouter, UntilSuccessful, WebServiceFactoryBean, WebServiceMessageProcessorBuilder, WebServiceWrapperComponent, WebServiceWrapperComponent, 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-2014 MuleSoft, Inc.. All Rights Reserved.