Package org.springframework.ws.transport.http
package org.springframework.ws.transport.http
Package providing support for handling messages via HTTP. Includes the
MessageDispatcherServlet and WebServiceHttpHandler for server-side
access, and the HttpUrlConnectionMessageSender and
CommonsHttpMessageSender for client-side access.-
ClassDescriptionAbstract base class for
WebServiceConnectionimplementations that send request over HTTP.Abstract base class forWebServiceMessageSenderimplementations that use HTTP.Implementation of theWebServiceConnectioninterface that is based on the Spring 3ClientHttpRequestandClientHttpResponse.WebServiceMessageSenderimplementation based on theClientHttpRequestFactoryintroduced in Spring 3.Deprecated.Deprecated.In favor ofHttpComponents5MessageSenderFactoryBeanto set up aCloseableHttpClientusing HttpComponents HttpClient 5.Implementation ofWebServiceConnectionthat is based on Apache HttpClient 5.WebServiceMessageSenderimplementation that uses Apache HttpClient to execute POST requests.HttpClientHttpRequestInterceptorimplementation that removesContent-LengthandTransfer-Encodingheaders from the request.Implementation ofWebServiceConnectionthat is based on Apache HttpClient.WebServiceMessageSenderimplementation that uses Apache HttpClient to execute POST requests.HttpClientHttpRequestInterceptorimplementation that removesContent-LengthandTransfer-Encodingheaders from the request.Implementation ofWebServiceConnectionthat is based on the Java 6 HttpServerHttpExchange.Implementation ofWebServiceConnectionthat is based on the Servlet API.Exception that is thrown when an error occurs in the HTTP transport.Extension ofHttpUrlConnectionMessageSenderthat adds support for (self-signed) HTTPS certificates.Declares HTTP-specific transport constants.Exception that is thrown when an error occurs in the HTTP transport.Implementation of theWebServiceConnectioninterface that uses aHttpURLConnection.WebServiceMessageSenderimplementation that uses standard J2SE facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.Implementation of theWebServiceConnectioninterface that uses Java's built-inHttpClient.WebServiceMessageSenderimplementation that uses the standard JavaHttpClientfacilities to execute POST requests.Abstract base class forWsdlDefinitionHandlerAdapterandXsdSchemaHandlerAdapterthat transforms XSD and WSDL location attributes.Servlet for simplified dispatching of Web service messages.Adapter to use theWebServiceMessageReceiverinterface with the genericDispatcherServlet.HttpHandlerthat can be used to handle incomingHttpExchangeservice requests.Adapter to use theWsdlDefinitioninterface with the genericDispatcherServlet.HttpHandlerimplementation for WSDL documents.Adapter to use theXsdSchemainterface with the genericDispatcherServlet.
HttpComponentsConnection