Spring Web Services Framework

Uses of Class
org.springframework.ws.transport.TransportException

Packages that use TransportException
org.springframework.ws.client Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access. 
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
 

Uses of TransportException in org.springframework.ws.client
 

Constructors in org.springframework.ws.client with parameters of type TransportException
WebServiceTransportException(String msg, TransportException ex)
          Create a new instance of the WebServiceTransportException class.
 

Uses of TransportException in org.springframework.ws.transport.http
 

Subclasses of TransportException in org.springframework.ws.transport.http
 class HttpTransportException
          Exception that is thrown when an error occurs in the HTTP transport.
 


Spring Web Services Framework

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