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. 
org.springframework.ws.transport.jms Package providing support for handling messages via JMS. 
org.springframework.ws.transport.mail Package providing support for handling messages via email. 
 

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 HttpsTransportException
          Exception that is thrown when an error occurs in the HTTP transport.
 class HttpTransportException
          Exception that is thrown when an error occurs in the HTTP transport.
 

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

Subclasses of TransportException in org.springframework.ws.transport.jms
 class JmsTransportException
          Exception that is thrown when an error occurs in the JMS transport.
 

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

Subclasses of TransportException in org.springframework.ws.transport.mail
 class MailTransportException
          Exception that is thrown when an error occurs in the Mail transport.
 


Spring Web Services Framework

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