Uses of Class
org.apache.camel.model.rest.VerbDefinition
-
Packages that use VerbDefinition Package Description 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 Modifier and Type Class Description classDeleteDefinitionRest DELETE commandclassGetDefinitionRest GET commandclassHeadDefinitionRest HEAD commandclassPatchDefinitionRest PATCH commandclassPostDefinitionRest POST commandclassPutDefinitionRest PUT commandMethods in org.apache.camel.model.rest that return VerbDefinition Modifier and Type Method Description VerbDefinitionVerbDefinition. deprecated()Methods in org.apache.camel.model.rest that return types with arguments of type VerbDefinition Modifier and Type Method Description List<VerbDefinition>RestDefinition. getVerbs()Methods in org.apache.camel.model.rest with parameters of type VerbDefinition Modifier and Type Method Description StringRestDefinition. buildFromUri(VerbDefinition verb)Build the from endpoint uri for the verbParamDefinitionRestDefinition. param(VerbDefinition verb)ResponseMessageDefinitionRestDefinition. responseMessage(VerbDefinition verb)Method parameters in org.apache.camel.model.rest with type arguments of type VerbDefinition Modifier and Type Method Description voidRestDefinition. setVerbs(List<VerbDefinition> verbs)The HTTP verbs this REST service accepts and usesConstructors in org.apache.camel.model.rest with parameters of type VerbDefinition Constructor Description ParamDefinition(VerbDefinition verb)ResponseMessageDefinition(VerbDefinition verb)
-