Uses of Class
org.apache.camel.model.PipelineDefinition
-
Packages that use PipelineDefinition Package Description 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 Modifier and Type Method Description PipelineDefinition
ProcessorDefinition. pipeline()
Pipes and Filters EIP: Creates aPipeline
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
-