Uses of Interface
org.springframework.ws.transport.HeadersAwareReceiverWebServiceConnection
Packages that use 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
Classes in org.springframework.ws.transport that implement HeadersAwareReceiverWebServiceConnectionModifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations used for receiving requests. -
Uses of HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport.http
Classes in org.springframework.ws.transport.http that implement HeadersAwareReceiverWebServiceConnectionModifier 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
Classes in org.springframework.ws.transport.jms that implement HeadersAwareReceiverWebServiceConnectionModifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side JMS access. -
Uses of HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport.mail
Classes in org.springframework.ws.transport.mail that implement HeadersAwareReceiverWebServiceConnectionModifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side Mail access. -
Uses of HeadersAwareReceiverWebServiceConnection in org.springframework.ws.transport.xmpp
Classes in org.springframework.ws.transport.xmpp that implement HeadersAwareReceiverWebServiceConnectionModifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side XMPP access.