org.mule.api.construct
Interface FlowConstructAware

All Known Subinterfaces:
Component, InboundEndpoint, JavaComponent, OutboundRouter
All Known Implementing Classes:
AbderaServiceComponent, AbstractAggregator, AbstractAsyncRequestReplyRequester, AbstractComponent, AbstractCorrelationAggregator, AbstractEnvelopeInterceptor, AbstractExceptionListener, AbstractJavaComponent, AbstractMessageProcessorChain, AbstractMessageProcessorOwner, AbstractMessageSplitter, AbstractMessagingExceptionStrategy, AbstractObjectFactory, AbstractOutboundRouter, AbstractRecipientList, AbstractRoundRobinMessageSplitter, AbstractSelectiveRouter, AbstractWebServiceWrapperComponent, AtomInboundEndpoint, BankQuotesInboundAggregator, BankQuotesResponseAggregator, CallRequestEndpoint, ChainingRouter, ChoiceRouter, ContentBasedRouter, CxfComponentExceptionStrategy, DefaultInboundEndpoint, DefaultJavaComponent, DefaultMessageProcessorChain, DefaultServiceExceptionStrategy, DefaultSystemExceptionStrategy, DynamicRequestEndpoint, DynamicRequestEndpoint.NullInboundEndpoint, DynamicURIInboundEndpoint, EndpointSelector, ExceptionBasedRouter, ExpressionMessageSplitter, ExpressionRecipientList, FilterBasedXmlMessageSplitter, FilteringOutboundRouter, FirstSuccessful, FlowConfiguringMessageProcessor, FlowConstructStatisticsMessageProcessor, ForwardingConsumer, IdempotentMessageFilter, IdempotentSecureHashMessageFilter, InterceptingChainLifecycleWrapper, JcaComponent, JerseyResourcesComponent, ListMessageSplitter, LoggingInterceptor, MessageChunkAggregator, MessageChunkingRouter, MessageEnricher, MessageFilter, MessageProcessorFilterPair, MulticastingRouter, OutboundPassThroughRouter, PassThroughComponent, PooledJavaComponent, ProcessComponent, ProcessingTimeInterceptor, PrototypeObjectFactory, QuietExceptionStrategy, Resequencer, ResponseMessageProcessorAdapter, RestServiceWrapper, RoundRobin, RouteableExceptionStrategy, RssInboundEndpoint, ScriptComponent, ServiceAsyncReplyCompositeMessageSource, ServiceAsyncRequestReplyRequestor, ServiceCompositeMessageSource, SimpleAsyncRequestReplyRequester, SimpleCallableJavaComponent, SimpleCollectionAggregator, SingletonObjectFactory, SpringBeanLookup, StartableCompositeMessageSource, StaticRecipientList, SxcFilteringOutboundRouter, TransformerRouter, 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-2010 MuleSoft, Inc.. All Rights Reserved.