Package org.mule.api.processor

Interface Summary
InterceptingMessageProcessor Processes MuleEvent's intercepting another listener MessageProcessor.
MessageProcessor Processes MuleEvent's.
MessageProcessorBuilder Builds MessageProcessor instances.
MessageRouter A MessageProcessor that routes messages to zero or more destination message processors.
RequestReplyReplierMessageProcessor Processes a MuleEvent's by invoking the next MessageProcessor and then rather than returning the result to this processors MessageSource sending it via a seperate reply MessageProcessor,
RequestReplyRequesterMessageProcessor Processes a MuleEvent's by invoking the next MessageProcessor but receiving the reply, which is turn is returned from this MessageProcessor from a seperate MessageSource rather than using the return value of the next MessageProcessor invocation.
 



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