Uses of Class
org.apache.camel.model.DescriptionDefinition
-
Packages that use DescriptionDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of DescriptionDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return DescriptionDefinition Modifier and Type Method Description DescriptionDefinition
OptionalIdentifiedDefinition. getDescription()
Methods in org.apache.camel.model with parameters of type DescriptionDefinition Modifier and Type Method Description void
OptionalIdentifiedDefinition. setDescription(DescriptionDefinition description)
Sets the description of this node
-