| Package | Description |
|---|---|
| org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
| Class and Description |
|---|
| AbstractHttpSenderConnection
Abstract base class for
WebServiceConnection implementations that send request over HTTP. |
| AbstractHttpWebServiceMessageSender
Abstract base class for
WebServiceMessageSender implementations that use
HTTP. |
| HttpTransportException
Exception that is thrown when an error occurs in the HTTP transport.
|
HttpUrlConnectionMessageSender
WebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,
without support for HTTP authentication or advanced configuration options. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.