Uses of Class
org.springframework.ws.transport.TransportException
Packages that use 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
Constructors in org.springframework.ws.client with parameters of type TransportExceptionModifierConstructorDescriptionCreate a new instance of theWebServiceTransportException
class. -
Uses of TransportException in org.springframework.ws.transport.http
Subclasses of TransportException in org.springframework.ws.transport.httpModifier 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
Subclasses of TransportException in org.springframework.ws.transport.jmsModifier and TypeClassDescriptionclass
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.mailModifier and TypeClassDescriptionclass
Exception that is thrown when an error occurs in the Mail transport.