Uses of Class
org.apache.camel.component.http.HttpEndpoint
-
Packages that use HttpEndpoint Package Description org.apache.camel.component.http Defines the HTTP Componentorg.apache.camel.component.http.helper -
-
Uses of HttpEndpoint in org.apache.camel.component.http
Methods in org.apache.camel.component.http that return HttpEndpoint Modifier and Type Method Description HttpEndpoint
HttpPollingConsumer. getEndpoint()
HttpEndpoint
HttpProducer. getEndpoint()
Constructors in org.apache.camel.component.http with parameters of type HttpEndpoint Constructor Description HttpPollingConsumer(HttpEndpoint endpoint)
HttpProducer(HttpEndpoint endpoint)
-
Uses of HttpEndpoint in org.apache.camel.component.http.helper
Methods in org.apache.camel.component.http.helper with parameters of type HttpEndpoint Modifier and Type Method Description static HttpMethods
HttpMethodHelper. createMethod(org.apache.camel.Exchange exchange, HttpEndpoint endpoint)
Creates the HttpMethod to use to call the remote server, often either its GET or POST
-