Uses of Class
org.apache.camel.model.rest.VerbDefinition

Packages that use VerbDefinition
org.apache.camel.model.rest The JAXB POJOs for the REST DSL 
 

Uses of VerbDefinition in org.apache.camel.model.rest
 

Subclasses of VerbDefinition in org.apache.camel.model.rest
 class DeleteVerbDefinition
           
 class GetVerbDefinition
           
 class HeadVerbDefinition
           
 class PostVerbDefinition
           
 class PutVerbDefinition
           
 

Methods in org.apache.camel.model.rest that return types with arguments of type VerbDefinition
 List<VerbDefinition> RestDefinition.getVerbs()
           
 

Method parameters in org.apache.camel.model.rest with type arguments of type VerbDefinition
 void RestDefinition.setVerbs(List<VerbDefinition> verbs)
           
 



Apache Camel