Uses of Class
org.apache.camel.model.PipelineDefinition

Packages that use PipelineDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of PipelineDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return PipelineDefinition
 PipelineDefinition ProcessorDefinition.pipeline()
          Pipes and Filters EIP: Creates a Pipeline so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
 



Apache CAMEL