Uses of Class
org.apache.camel.processor.MulticastProcessor

Packages that use MulticastProcessor
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of MulticastProcessor in org.apache.camel.processor
 

Subclasses of MulticastProcessor in org.apache.camel.processor
 class Pipeline
          Creates a Pipeline pattern where the output of the previous step is sent as input to the next step, reusing the same message exchanges
 class Splitter
          Implements a dynamic Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.