Uses of Class
org.springframework.ws.transport.AbstractReceiverConnection
Package
Description
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
Package providing support for handling messages via email.
Package providing support for handling messages via xmpp.
-
Uses of AbstractReceiverConnection in org.springframework.ws.transport.http
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is based on the Java 6 HttpServerHttpExchange
.class
Implementation ofWebServiceConnection
that is based on the Servlet API. -
Uses of AbstractReceiverConnection in org.springframework.ws.transport.jms
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side JMS access. -
Uses of AbstractReceiverConnection in org.springframework.ws.transport.mail
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side Mail access. -
Uses of AbstractReceiverConnection in org.springframework.ws.transport.xmpp
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side XMPP access.