org.mule.api.construct
Interface FlowConstructAware

All Known Subinterfaces:
Component, InboundEndpoint, JavaComponent, OutboundRouter
All Known Implementing Classes:
AbderaServiceComponent, AbstractAggregator, AbstractAsyncRequestReplyRequester, AbstractComponent, AbstractCorrelationAggregator, AbstractEnvelopeInterceptor, AbstractExceptionListener, AbstractExceptionStrategy, AbstractJavaComponent, AbstractMessageProcessorChain, AbstractMessageProcessorOwner, AbstractMessageSplitter, AbstractMessagingExceptionStrategy, AbstractMuleObjectOwner, AbstractObjectFactory, AbstractOutboundRouter, AbstractRecipientList, AbstractRedeliveryPolicy, AbstractRoundRobinMessageSplitter, AbstractSelectiveRouter, AbstractSequenceRouter, AbstractSystemExceptionStrategy, AbstractWebServiceWrapperComponent, AssertionMessageProcessor, AsyncDelegateMessageProcessor, Bank, BankQuotesInboundAggregator, BankQuotesResponseAggregator, CallRequestEndpoint, CatchMessagingExceptionStrategy, ChainingRouter, ChoiceMessagingExceptionStrategy, ChoiceRouter, ClusterizableMessageSourceWrapper, ContentBasedRouter, CxfComponentExceptionStrategy, DefaultInboundEndpoint, DefaultJavaComponent, DefaultMessageProcessorChain, DefaultMessagingExceptionStrategy, DefaultServiceExceptionStrategy, DefaultSystemExceptionStrategy, DynamicRequestEndpoint, DynamicRequestEndpoint.NullInboundEndpoint, DynamicURIInboundEndpoint, EndpointSelector, ExceptionBasedRouter, ExpressionMessageSplitter, ExpressionRecipientList, FilterBasedXmlMessageSplitter, FilteringOutboundRouter, FirstSuccessful, FlowConfiguringMessageProcessor, FlowConstructStatisticsMessageProcessor, Foreach, ForwardingConsumer, HttpResponseBuilder, IdempotentMessageFilter, IdempotentRedeliveryPolicy, IdempotentSecureHashMessageFilter, InterceptingChainLifecycleWrapper, JcaComponent, JerseyResourcesComponent, ListMessageSplitter, LoggingInterceptor, MessageChunkAggregator, MessageChunkingRouter, MessageEnricher, MessageFilter, MessageProcessorFilterPair, MessagingExceptionStrategyAcceptorDelegate, MulticastingRouter, OutboundPassThroughRouter, PassThroughComponent, PooledJavaComponent, ProcessComponent, ProcessingTimeInterceptor, PrototypeObjectFactory, QuietExceptionStrategy, RedeliveryExceeded, Resequencer, ResponseMessageProcessorAdapter, RestServiceWrapper, RollbackMessagingExceptionStrategy, RoundRobin, RulesComponent, ScriptComponent, SequenceRouter, ServiceAsyncReplyCompositeMessageSource, ServiceAsyncRequestReplyRequestor, ServiceCompositeMessageSource, SimpleAsyncRequestReplyRequester, SimpleCallableJavaComponent, SimpleCollectionAggregator, SimpleMessageProcessorChain, SingletonObjectFactory, SpringBeanLookup, StartableCompositeMessageSource, StaticRecipientList, SxcFilteringOutboundRouter, TemplateMessagingExceptionStrategy, TransformerRouter, UntilSuccessful, WebServiceFactoryBean, WebServiceMessageProcessorBuilder, WebServiceWrapperComponent, WebServiceWrapperComponent, WireTap, XmlMessageSplitter

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-2012 MuleSoft, Inc.. All Rights Reserved.