Uses of Class
org.apache.camel.http.common.HttpMethods
-
-
Uses of HttpMethods in org.apache.camel.http.common
Methods in org.apache.camel.http.common that return HttpMethods Modifier and Type Method Description static HttpMethodsHttpHelper. createMethod(org.apache.camel.Exchange exchange, HttpCommonEndpoint endpoint, boolean hasPayload)Creates the HttpMethod to use to call the remote server, often either its GET or POST.HttpMethodsHttpCommonEndpoint. getHttpMethod()static HttpMethodsHttpMethods. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethods[]HttpMethods. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.http.common with parameters of type HttpMethods Modifier and Type Method Description voidHttpCommonEndpoint. setHttpMethod(HttpMethods httpMethod)Configure the HTTP method to use.
-