Uses of Class
org.apache.camel.model.rest.VerbDefinition
Packages that use VerbDefinition
-
Uses of VerbDefinition in org.apache.camel.model.rest
Subclasses of VerbDefinition in org.apache.camel.model.restModifier and TypeClassDescriptionclassRest DELETE commandclassRest GET commandclassRest HEAD commandclassRest PATCH commandclassRest POST commandclassRest PUT commandMethods in org.apache.camel.model.rest that return VerbDefinitionMethods in org.apache.camel.model.rest that return types with arguments of type VerbDefinitionMethods in org.apache.camel.model.rest with parameters of type VerbDefinitionModifier and TypeMethodDescriptionRestDefinition.buildFromUri(VerbDefinition verb) Build the from endpoint uri for the verbRestDefinition.param(VerbDefinition verb) RestDefinition.responseMessage(VerbDefinition verb) Method parameters in org.apache.camel.model.rest with type arguments of type VerbDefinitionModifier and TypeMethodDescriptionvoidRestDefinition.setVerbs(List<VerbDefinition> verbs) The HTTP verbs this REST service accepts and usesprotected voidRestDefinition.validateUniqueDirects(List<VerbDefinition> verbs) protected voidRestDefinition.validateUniquePaths(List<VerbDefinition> verbs) Constructors in org.apache.camel.model.rest with parameters of type VerbDefinitionModifierConstructorDescription