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

Packages that use OtherwiseDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of OtherwiseDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return OtherwiseDefinition
 OtherwiseDefinition ChoiceDefinition.getOtherwise()
           
 

Methods in org.apache.camel.model with parameters of type OtherwiseDefinition
 void ChoiceDefinition.setOtherwise(OtherwiseDefinition otherwise)
           
 



Apache CAMEL