Package org.springframework.ws.transport
package org.springframework.ws.transport
Contains the TransportRequest and TransportResponse interfaces.
-
ClassDescriptionAbstract base class for
WebServiceConnection
implementations used for receiving requests.Abstract base class forWebServiceConnection
implementations used for sending requests.Abstract base class forWebServiceConnection
implementations.Sub-interface ofWebServiceConnection
that is aware of any server-side situations where an endpoint is not found.Sub-interface ofWebServiceConnection
that is aware of any Fault messages received.Interface to define access to header information for certainWebServiceConnection
implementations.Declares useful transport constants.Abstract base class for exceptions related to the transport layer.ATransportInputStream
is an input stream with MIME input headers.ATransportOutputStream
is an output stream with MIME input headers.Represents a point-to-point connection that a client can use for sendingWebServiceMessage
objects directly to a remote party.Defines the methods for classes capable of receivingWebServiceMessage
instances coming in on a transport.Defines the methods for classes capable of sending and receivingWebServiceMessage
instances across a transport.