Package | Description |
---|---|
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.
|
Constructor and Description |
---|
WebServiceTransportException(String msg,
TransportException ex)
Create a new instance of the
WebServiceTransportException class. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsTransportException
Exception that is thrown when an error occurs in the JMS transport.
|
Modifier and Type | Class and Description |
---|---|
class |
MailTransportException
Exception that is thrown when an error occurs in the Mail transport.
|
Copyright © 2020 Pivotal Software. All rights reserved.