Package | Description |
---|---|
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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
JmsReceiverConnection
Implementation of
WebServiceConnection that is used for server-side JMS access. |
Modifier and Type | Class and Description |
---|---|
class |
MailReceiverConnection
Implementation of
WebServiceConnection that is used for server-side Mail access. |
Modifier and Type | Class and Description |
---|---|
class |
XmppReceiverConnection
Implementation of
WebServiceConnection that is used for server-side XMPP
access. |
Copyright © 2020 Pivotal Software. All rights reserved.