Package | Description |
---|---|
org.apache.camel.http.common |
Modifier and Type | Method and Description |
---|---|
static HttpMethods |
HttpHelper.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.
|
HttpMethods |
HttpCommonEndpoint.getHttpMethod() |
static HttpMethods |
HttpMethods.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.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpCommonEndpoint.setHttpMethod(HttpMethods httpMethod)
Configure the HTTP method to use.
|
Apache Camel