Uses of Interface
org.springframework.ws.transport.HeadersAwareReceiverWebServiceConnection
Package
Description
Contains the TransportRequest and TransportResponse interfaces.
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 HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport
Modifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations used for receiving requests. -
Uses of HeadersAwareReceiverWebServiceConnection 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 HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport.jms
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side JMS access. -
Uses of HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport.mail
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side Mail access. -
Uses of HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport.xmpp
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side XMPP access.