|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
HttpTransportConstants | Declares HTTP-specific transport constants. |
Class Summary | |
---|---|
AbstractHttpSenderConnection | Abstract base class for WebServiceConnection implementations that send request over HTTP. |
AbstractHttpWebServiceMessageSender | Abstract base class for WebServiceMessageSender implementations that use
HTTP. |
CommonsHttpConnection | Deprecated. In favor of HttpComponentsConnection |
CommonsHttpMessageSender | Deprecated. In favor of HttpComponentsMessageSender |
HttpComponentsConnection | Implementation of WebServiceConnection that is based on Apache HttpClient. |
HttpComponentsMessageSender | WebServiceMessageSender implementation that uses Apache
HttpClient to execute POST requests. |
HttpComponentsMessageSender.RemoveSoapHeadersInterceptor | HttpClient HttpRequestInterceptor implementation that removes Content-Length and
Transfer-Encoding headers from the request. |
HttpExchangeConnection | Implementation of WebServiceConnection that is based on the Java 6 HttpServer HttpExchange . |
HttpServletConnection | Implementation of WebServiceConnection that is based on the Servlet API. |
HttpsUrlConnectionMessageSender | Extension of HttpUrlConnectionMessageSender that adds support for (self-signed) HTTPS certificates. |
HttpUrlConnection | Implementation of the WebServiceConnection interface that uses a HttpURLConnection . |
HttpUrlConnectionMessageSender | WebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,
without support for HTTP authentication or advanced configuration options. |
LocationTransformerObjectSupport | Abstract base class for WsdlDefinitionHandlerAdapter and XsdSchemaHandlerAdapter that transforms
XSD and WSDL location attributes. |
MessageDispatcherServlet | Servlet for simplified dispatching of Web service messages. |
WebServiceMessageReceiverHandlerAdapter | Adapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet . |
WebServiceMessageReceiverHttpHandler | HttpHandler that can be used to handle incoming HttpExchange service requests. |
WsdlDefinitionHandlerAdapter | Adapter to use the WsdlDefinition interface with the generic DispatcherServlet . |
WsdlDefinitionHttpHandler | |
XsdSchemaHandlerAdapter | Adapter to use the XsdSchema interface with the generic DispatcherServlet . |
Exception Summary | |
---|---|
HttpsTransportException | Exception that is thrown when an error occurs in the HTTP transport. |
HttpTransportException | Exception that is thrown when an error occurs in the HTTP transport. |
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.
|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |