|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethods | |
---|---|
org.apache.camel.component.http | Defines the HTTP Component |
org.apache.camel.component.http.helper |
Uses of HttpMethods in org.apache.camel.component.http |
---|
Methods in org.apache.camel.component.http that return HttpMethods | |
---|---|
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're declared. |
Uses of HttpMethods in org.apache.camel.component.http.helper |
---|
Methods in org.apache.camel.component.http.helper that return HttpMethods | |
---|---|
static HttpMethods |
HttpProducerHelper.createMethod(Exchange exchange,
HttpEndpoint endpoint,
boolean hasPayload)
Creates the HttpMethod to use to call the remote server, often either its GET or POST. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |