Uses of Class
org.springframework.ws.transport.TransportException
Package
Description
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
Package providing support for handling messages via email.
-
Uses of TransportException in org.springframework.ws.client
ModifierConstructorDescriptionCreate a new instance of theWebServiceTransportException
class. -
Uses of TransportException in org.springframework.ws.transport.http
Modifier and TypeClassDescriptionclass
Exception that is thrown when an error occurs in the HTTP transport.class
Exception that is thrown when an error occurs in the HTTP transport. -
Uses of TransportException in org.springframework.ws.transport.jms
Modifier and TypeClassDescriptionclass
Exception that is thrown when an error occurs in the JMS transport. -
Uses of TransportException in org.springframework.ws.transport.mail
Modifier and TypeClassDescriptionclass
Exception that is thrown when an error occurs in the Mail transport.