Uses of Class
org.apache.camel.http.common.HttpCommonEndpoint
-
Uses of HttpCommonEndpoint in org.apache.camel.http.common
Methods in org.apache.camel.http.common that return HttpCommonEndpointMethods in org.apache.camel.http.common with parameters of type HttpCommonEndpointModifier and TypeMethodDescriptionstatic 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.static URIHttpHelper.createURI(org.apache.camel.Exchange exchange, String url, HttpCommonEndpoint endpoint) Creates the URI to invoke.static StringHttpHelper.createURL(org.apache.camel.Exchange exchange, HttpCommonEndpoint endpoint) Creates the URL to invoke.voidHttpMessage.init(org.apache.camel.Exchange exchange, HttpCommonEndpoint endpoint, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Constructors in org.apache.camel.http.common with parameters of type HttpCommonEndpointModifierConstructorDescriptionDefaultHttpBinding(HttpCommonEndpoint endpoint) Deprecated.HttpConsumer(HttpCommonEndpoint endpoint, org.apache.camel.Processor processor) HttpMessage(org.apache.camel.Exchange exchange, HttpCommonEndpoint endpoint, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)