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

Packages that use ToDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.rest The JAXB POJOs for the REST DSL 
 

Uses of ToDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ToDefinition
 ToDefinition ToDefinition.pattern(ExchangePattern pattern)
          Deprecated. will be removed in the near future. Instead use ProcessorDefinition.inOnly() or ProcessorDefinition.inOut()
 

Uses of ToDefinition in org.apache.camel.model.rest
 

Methods in org.apache.camel.model.rest that return ToDefinition
 ToDefinition VerbDefinition.getTo()
           
 

Methods in org.apache.camel.model.rest with parameters of type ToDefinition
 void VerbDefinition.setTo(ToDefinition to)
           
 



Apache Camel