Uses of Class
org.apache.camel.model.ToDefinition
Packages that use ToDefinition
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the REST DSL
-
Uses of ToDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ToDefinitionConstructors in org.apache.camel.model with parameters of type ToDefinition -
Uses of ToDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return ToDefinitionMethods in org.apache.camel.model.rest with parameters of type ToDefinitionModifier and TypeMethodDescriptionvoidVerbDefinition.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.