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 class
DeleteVerbDefinition
Rest DELETE commandclass
GetVerbDefinition
Rest GET commandclass
HeadVerbDefinition
Rest HEAD commandclass
PatchVerbDefinition
Rest PATCH commandclass
PostVerbDefinition
Rest POST commandclass
PutVerbDefinition
Rest PUT commandMethods in org.apache.camel.model.rest that return VerbDefinition Modifier and Type Method Description VerbDefinition
VerbDefinition. deprecated()
Sets deprecated flag in openapiMethods 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 String
RestDefinition. buildFromUri(VerbDefinition verb)
Build the from endpoint uri for the verbRestOperationParamDefinition
RestDefinition. param(VerbDefinition verb)
RestOperationResponseMsgDefinition
RestDefinition. responseMessage(VerbDefinition verb)
Method parameters in org.apache.camel.model.rest with type arguments of type VerbDefinition Modifier and Type Method Description void
RestDefinition. 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 RestOperationParamDefinition(VerbDefinition verb)
RestOperationResponseMsgDefinition(VerbDefinition verb)
-