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

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

Uses of RoutingSlipDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return RoutingSlipDefinition
 RoutingSlipDefinition<Type> RoutingSlipDefinition.ignoreInvalidEndpoints()
          Ignore the invalidate endpoint exception when try to create a producer with that endpoint
 RoutingSlipDefinition<Type> ProcessorDefinition.routingSlip(Expression expression)
          Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
 RoutingSlipDefinition<Type> ProcessorDefinition.routingSlip(Expression expression, String uriDelimiter)
          Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
 RoutingSlipDefinition<Type> RoutingSlipDefinition.uriDelimiter(String uriDelimiter)
          Sets the uri delimiter to use
 

Methods in org.apache.camel.model that return types with arguments of type RoutingSlipDefinition
 ExpressionClause<RoutingSlipDefinition<Type>> ProcessorDefinition.routingSlip()
          Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
 



Apache Camel