Spring Web Services Framework

Package org.springframework.ws.transport.http

Package providing support for handling messages via HTTP.

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 Implementation of WebServiceConnection that is based on Jakarta Commons HttpClient.
CommonsHttpMessageSender WebServiceMessageSender implementation that uses Jakarta Commons HttpClient to execute POST requests.
HttpServletConnection Implementation of WebServiceConnection that is based on the Servlet API.
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.
MessageDispatcherServlet Servlet for simplified dispatching of Web service messages.
WebServiceMessageReceiverHandlerAdapter Adapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet.
WsdlDefinitionHandlerAdapter Adapter to use the WsdlDefinition interface with the generic DispatcherServlet.
 

Exception Summary
HttpTransportException Exception that is thrown when an error occurs in the HTTP transport.
 

Package org.springframework.ws.transport.http Description

Package providing support for handling messages via HTTP.


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.