org.mule.api.processor
Interface MessageProcessorContainer

All Known Subinterfaces:
Pipeline
All Known Implementing Classes:
AbstractAggregator, AbstractAsyncRequestReplyRequester, AbstractConfigurationPattern, AbstractCorrelationAggregator, AbstractEnvelopeInterceptor, AbstractExceptionListener, AbstractExceptionStrategy, AbstractFilteringMessageProcessor, AbstractInterceptingMessageProcessor, AbstractInterceptingMessageProcessorBase, AbstractListeningMessageProcessor, AbstractMessageProcessorChain, AbstractMessageProcessorOwner, AbstractMessageSequenceSplitter, AbstractMessageSplitter, AbstractMessagingExceptionStrategy, AbstractOutboundRouter, AbstractPipeline, AbstractPipeline.ProcessIfPipelineStartedMessageProcessor, AbstractRecipientList, AbstractRedeliveryPolicy, AbstractReplyToPropertyRequestReplyReplier, AbstractResponseMessageProcessor, AbstractRoundRobinMessageSplitter, AbstractSelectiveRouter, AbstractSequenceRouter, AbstractSplitter, AbstractSystemExceptionStrategy, AsyncDelegateMessageProcessor, AsyncInterceptingMessageProcessor, AsyncReplyToPropertyRequestReplyReplier, BankQuotesInboundAggregator, BankQuotesResponseAggregator, Bridge, CatchMessagingExceptionStrategy, ChainingRouter, ChoiceMessagingExceptionStrategy, ChoiceRouter, CollectionSplitter, ContentBasedRouter, CxfComponentExceptionStrategy, CxfInboundMessageProcessor, CxfOutboundMessageProcessor, DefaultMessageProcessorChain, DefaultMessagingExceptionStrategy, DefaultServiceExceptionStrategy, DefaultSystemExceptionStrategy, EndpointSelector, EndpointTransactionalInterceptingMessageProcessor, ExceptionBasedRouter, ExceptionHandlingMessageProcessor, ExpressionMessageSplitter, ExpressionRecipientList, ExpressionSplitter, FeedSplitter, FeedSplitter, FilteringOutboundRouter, FirstSuccessful, Flow, FlowConfiguringMessageProcessor, Foreach, ForwardingConsumer, HttpProxy, HttpResponseBuilder, IdempotentMessageFilter, IdempotentRedeliveryPolicy, IdempotentSecureHashMessageFilter, InterceptingChainLifecycleWrapper, InterceptorStack, LaxAsyncInterceptingMessageProcessor, LaxSedaStageInterceptingMessageProcessor, ListMessageSplitter, LoggingInterceptor, MapSplitter, MessageChunkAggregator, MessageChunkingRouter, MessageChunkSplitter, MessageEnricher, MessageFilter, MulticastingRouter, OutboundPassThroughRouter, OutboundResponsePropertiesMessageProcessor, OutboundTxRollbackMessageProcessor, ProcessIfStartedMessageProcessor, ProcessIfStartedWaitIfPausedMessageProcessor, ProcessIfStartedWaitIfSyncPausedMessageProcessor, ProcessingTimeInterceptor, QuietExceptionStrategy, ReplyToPropertyRequestReplyReplier, Resequencer, ResponseMessageProcessorAdapter, RollbackMessagingExceptionStrategy, RoundRobin, ScatterGatherRouter, ScriptFilter, SecurityFilterMessageProcessor, SedaStageInterceptingMessageProcessor, SequenceRouter, ServiceAsyncRequestReplyRequestor, ServiceInternalMessageProcessor, ServiceOutboundMessageProcessor, SimpleAsyncRequestReplyRequester, SimpleCollectionAggregator, SimpleMessageProcessorChain, SimpleRequestReplyReplier, SimpleService, StaticRecipientList, StopFurtherMessageProcessingMessageProcessor, SubflowInterceptingChainLifecycleWrapper, SxcFilteringOutboundRouter, TemplateMessagingExceptionStrategy, TimerInterceptor, TransactionalInterceptingMessageProcessor, TransformerRouter, UntilSuccessful, Validator, WireTap, WSProxy

public interface MessageProcessorContainer

Identifies Constructs that contain Message Processors configured by the user.


Method Summary
 void addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
          Add the child nodes to the path element tree.
 

Method Detail

addMessageProcessorPathElements

void addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
Add the child nodes to the path element tree.

Parameters:
pathElement -


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