Uses of Enum Class
org.apache.camel.component.http.HttpMethods
Packages that use HttpMethods
-
Uses of HttpMethods in org.apache.camel.component.http
Methods in org.apache.camel.component.http that return HttpMethodsModifier and TypeMethodDescriptionstatic HttpMethodsReturns the enum constant of this class with the specified name.static HttpMethods[]HttpMethods.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpMethods in org.apache.camel.component.http.helper
Methods in org.apache.camel.component.http.helper that return HttpMethodsModifier and TypeMethodDescriptionstatic HttpMethodsHttpMethodHelper.createMethod(org.apache.camel.Exchange exchange, HttpEndpoint endpoint) Creates the HttpMethod to use to call the remote server, often either its GET or POST