Package | Description |
---|---|
org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpSenderConnection
Abstract base class for
WebServiceConnection implementations that send request over HTTP. |
class |
ClientHttpRequestConnection
Implementation of the
WebServiceConnection interface that is based on the
Spring 3 ClientHttpRequest and ClientHttpResponse . |
class |
CommonsHttpConnection
Deprecated.
In favor of
HttpComponentsConnection |
class |
HttpComponentsConnection
Implementation of
WebServiceConnection that is based on Apache HttpClient. |
class |
HttpExchangeConnection
Implementation of
WebServiceConnection that is based on the Java 6 HttpServer HttpExchange . |
class |
HttpServletConnection
Implementation of
WebServiceConnection that is based on the Servlet API. |
class |
HttpUrlConnection
Implementation of the
WebServiceConnection interface that uses a HttpURLConnection . |
Copyright © 2020 Pivotal Software. All rights reserved.