Spring Web Services Framework

Package org.springframework.ws.transport

Contains the TransportRequest and TransportResponse interfaces.

See:
          Description

Interface Summary
EndpointAwareWebServiceConnection Sub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is not found.
FaultAwareWebServiceConnection Sub-interface of WebServiceConnection that is aware of any Fault messages received.
TransportConstants Declares useful transport constants.
WebServiceConnection Represents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
WebServiceMessageReceiver Defines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.
WebServiceMessageSender Defines the methods for classes capable of sending and receiving WebServiceMessage instances across a transport.
 

Class Summary
AbstractReceiverConnection Abstract base class for WebServiceConnection implementations used for receiving requests.
AbstractSenderConnection Abstract base class for WebServiceConnection implementations used for sending requests.
AbstractWebServiceConnection Abstract base class for WebServiceConnection implementations.
TransportInputStream A TransportInputStream is an input stream with MIME input headers.
TransportOutputStream A TransportOutputStream is an output stream with MIME input headers.
 

Exception Summary
TransportException Abstract base class for exceptions related to the transport layer.
 

Package org.springframework.ws.transport Description

Contains the TransportRequest and TransportResponse interfaces.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.