Package | Description |
---|---|
org.springframework.ws.transport |
Contains the TransportRequest and TransportResponse interfaces.
|
org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
org.springframework.ws.transport.jms |
Package providing support for handling messages via JMS.
|
org.springframework.ws.transport.mail |
Package providing support for handling messages via email.
|
org.springframework.ws.transport.xmpp |
Package providing support for handling messages via xmpp.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSenderConnection
Abstract base class for
WebServiceConnection implementations used for sending requests. |
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 |
HttpUrlConnection
Implementation of the
WebServiceConnection interface that uses a HttpURLConnection . |
Modifier and Type | Class and Description |
---|---|
class |
JmsSenderConnection
Implementation of
WebServiceConnection that is used for client-side JMS access. |
Modifier and Type | Class and Description |
---|---|
class |
MailSenderConnection
Implementation of
WebServiceConnection that is used for client-side Mail access. |
Modifier and Type | Class and Description |
---|---|
class |
XmppSenderConnection
Implementation of
WebServiceConnection that is used for client-side XMPP
access. |
Copyright © 2018 Pivotal Software. All rights reserved.