Spring Web Services Framework

Uses of Package
org.springframework.ws.transport

Packages that use org.springframework.ws.transport
org.springframework.ws.client Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access. 
org.springframework.ws.client.core Core package of the Spring-WS client-side support. 
org.springframework.ws.client.core.support Convenient super class for application classes that need Web service access. 
org.springframework.ws.client.support Classes supporting the org.springframework.ws.client.core package. 
org.springframework.ws.server Contains classes for server-side Spring-WS support. 
org.springframework.ws.soap.server Contains classes for SOAP-specific server-side Spring-WS support. 
org.springframework.ws.transport Contains the TransportRequest and TransportResponse interfaces. 
org.springframework.ws.transport.context Abstraction for determining the current TransportInputStream and TransportOutputStream. 
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
org.springframework.ws.transport.support Classes supporting the org.springframework.ws.transport package. 
 

Classes in org.springframework.ws.transport used by org.springframework.ws.client
TransportException
          Abstract base class for exceptions related to the transport layer.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.client.core
WebServiceConnection
          Represents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.client.core.support
WebServiceMessageSender
          Defines the methods for classes capable of sending and receiving WebServiceMessage instances across a transport.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.client.support
WebServiceConnection
          Represents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
WebServiceMessageSender
          Defines the methods for classes capable of sending and receiving WebServiceMessage instances across a transport.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.server
WebServiceMessageReceiver
          Defines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.soap.server
WebServiceMessageReceiver
          Defines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.transport
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.
WebServiceConnection
          Represents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.transport.context
WebServiceConnection
          Represents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.transport.http
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.
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.
TransportException
          Abstract base class for exceptions related to the transport layer.
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.
 

Classes in org.springframework.ws.transport used by org.springframework.ws.transport.support
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.
 


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.