|
Spring Web Services Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractWebServiceConnection | |
|---|---|
| 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. |
| Uses of AbstractWebServiceConnection in org.springframework.ws.transport |
|---|
| Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport | |
|---|---|
class |
AbstractReceiverConnection
Abstract base class for WebServiceConnection implementations used for receiving requests. |
class |
AbstractSenderConnection
Abstract base class for WebServiceConnection implementations used for sending requests. |
| Uses of AbstractWebServiceConnection in org.springframework.ws.transport.http |
|---|
| Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport.http | |
|---|---|
class |
AbstractHttpSenderConnection
Abstract base class for WebServiceConnection implementations that send request over HTTP. |
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. |
| Uses of AbstractWebServiceConnection in org.springframework.ws.transport.jms |
|---|
| Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport.jms | |
|---|---|
class |
JmsReceiverConnection
Implementation of WebServiceConnection that is used for server-side JMS access. |
class |
JmsSenderConnection
Implementation of WebServiceConnection that is used for client-side JMS access. |
| Uses of AbstractWebServiceConnection in org.springframework.ws.transport.mail |
|---|
| Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport.mail | |
|---|---|
class |
MailReceiverConnection
Implementation of WebServiceConnection that is used for server-side Mail access. |
class |
MailSenderConnection
Implementation of WebServiceConnection that is used for client-side Mail access. |
| Uses of AbstractWebServiceConnection in org.springframework.ws.transport.xmpp |
|---|
| Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport.xmpp | |
|---|---|
class |
XmppReceiverConnection
Implementation of WebServiceConnection that is used for server-side XMPP
access. |
class |
XmppSenderConnection
Implementation of WebServiceConnection that is used for client-side XMPP
access. |
|
Spring Web Services Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||