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

Packages that use DescriptionDefinition
org.apache.camel.converter A set of helper classes for converting from different types of Java object to be used by the Type Conversion Support 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of DescriptionDefinition in org.apache.camel.converter
 

Methods in org.apache.camel.converter that return DescriptionDefinition
 DescriptionDefinition CamelConverter.toDefinition(String descriptionText)
           
 

Uses of DescriptionDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return DescriptionDefinition
 DescriptionDefinition OptionalIdentifiedDefinition.getDescription()
           
 

Methods in org.apache.camel.model with parameters of type DescriptionDefinition
 void OptionalIdentifiedDefinition.setDescription(DescriptionDefinition description)
           
 



Apache CAMEL