Uses of Class
org.apache.camel.model.ToDefinition
-
Packages that use ToDefinition Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of ToDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return ToDefinition Modifier and Type Method Description ToDefinitionVerbDefinition. getTo()Methods in org.apache.camel.model.rest with parameters of type ToDefinition Modifier and Type Method Description voidVerbDefinition. setTo(ToDefinition to)The Camel endpoint this REST service will call, such as a direct endpoint to link to an existing route that handles this REST call.
-