Package | Description |
---|---|
org.springframework.ws |
Provides the core functionality of the Spring Web Services framework.
|
org.springframework.ws.client |
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
|
org.springframework.ws.client.support.destination |
Provides the
DestinationProvider interface. |
org.springframework.ws.client.support.interceptor |
Provides the
ClientInterceptor interface, and validating interceptors. |
org.springframework.ws.mime |
Provides MIME functionality for use the Spring Web Services framework.
|
org.springframework.ws.pox |
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework.
|
org.springframework.ws.pox.dom |
Contains an implementation of the POX interfaces that is based on DOM.
|
org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
org.springframework.ws.soap.addressing |
Provides WS-Addressing implementation classes.
|
org.springframework.ws.soap.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
org.springframework.ws.soap.client |
Contains classes for SOAP-specific client-side Spring-WS support.
|
org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
org.springframework.ws.soap.security |
Provides WS-Security implementation classes.
|
org.springframework.ws.soap.security.wss4j2 |
Contains classes for using the Apache WSS4J 2.0 WS-Security implementation within
Spring-WS.
|
org.springframework.ws.soap.security.xwss |
Contains classes for using the XML and WebServices Security WS-Security
implementation within Spring-WS.
|
org.springframework.ws.wsdl |
Provides the WSDL functionality of the Spring Web Services framework.
|
org.springframework.ws.wsdl.wsdl11 |
Contains interfaces and classes specific to WSDL 1.1.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidXmlException
Exception thrown when a
WebServiceMessageFactory cannot parse the XML passed on to
WebServiceMessageFactory.createWebServiceMessage(java.io.InputStream) . |
class |
NoEndpointFoundException
Exception thrown when an endpoint cannot be resolved for an incoming message request.
|
class |
WebServiceMessageException
Base class for all web service message exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
WebServiceClientException
Exception thrown whenever an error occurs on the client-side.
|
class |
WebServiceFaultException
Thrown by
SimpleFaultMessageResolver when the response message has a fault. |
class |
WebServiceIOException
Exception thrown whenever an I/O error occurs on the client-side.
|
class |
WebServiceTransformerException
Exception thrown whenever a transformation error occurs on the client-side.
|
class |
WebServiceTransportException
Exception thrown whenever a transport error occurs on the client-side.
|
Modifier and Type | Class and Description |
---|---|
class |
DestinationProvisionException
Thrown by a
DestinationProvider when it cannot provide a destination. |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceValidationException
Exception thrown whenever a validation error occurs on the client-side.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentException
Exception thrown when a MIME attachment could not be accessed.
|
Modifier and Type | Class and Description |
---|---|
class |
PoxMessageException
Specific subclass of
WebServiceMessageException for Plain Old XML messages. |
Modifier and Type | Class and Description |
---|---|
class |
DomPoxMessageException
Specific subclass of
PoxMessageException for DOM Plain Old XML messages. |
Modifier and Type | Class and Description |
---|---|
class |
SoapBodyException
Exception thrown when a SOAP body could not be accessed.
|
class |
SoapElementException
Exception thrown when a SOAP element could not be accessed.
|
class |
SoapEnvelopeException
Exception thrown when a SOAP body could not be accessed.
|
class |
SoapFaultException
Exception thrown when a SOAP fault could not be accessed.
|
class |
SoapHeaderException
Exception thrown when a SOAP header could not be accessed.
|
class |
SoapMessageCreationException
Exception thrown when a web service message cannot be created.
|
class |
SoapMessageException
Base class for all SOAP message exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressingException
Exception thrown in case on WS-Addressing errors.
|
Modifier and Type | Class and Description |
---|---|
class |
AxiomAttachmentException |
class |
AxiomSoapBodyException |
class |
AxiomSoapElementException |
class |
AxiomSoapEnvelopeException |
class |
AxiomSoapFaultException |
class |
AxiomSoapHeaderException |
class |
AxiomSoapMessageCreationException |
class |
AxiomSoapMessageException |
Modifier and Type | Class and Description |
---|---|
class |
SoapFaultClientException
Thrown by
SoapFaultMessageResolver when the response message has a fault. |
Modifier and Type | Class and Description |
---|---|
class |
SaajAttachmentException |
class |
SaajSoapBodyException |
class |
SaajSoapElementException |
class |
SaajSoapEnvelopeException |
class |
SaajSoapFaultException |
class |
SaajSoapHeaderException |
class |
SaajSoapMessageCreationException |
class |
SaajSoapMessageException |
Modifier and Type | Class and Description |
---|---|
class |
WsSecurityException
Exception indicating that something went wrong during WS-Security executions.
|
class |
WsSecurityFaultException
Exception indicating that a WS-Security executions should result in a SOAP Fault.
|
class |
WsSecuritySecurementException
Exception indicating that something went wrong during the securement of a message.
|
class |
WsSecurityValidationException
Exception indicating that something went wrong during the validation of a message.
|
Modifier and Type | Class and Description |
---|---|
class |
Wss4jSecurityFaultException
WSS4J-specific version of the
WsSecurityFaultException . |
class |
Wss4jSecuritySecurementException
WSS4J-specific version of the
WsSecuritySecurementException . |
class |
Wss4jSecurityValidationException
WSS4J-specific version of the
WsSecurityValidationException . |
Modifier and Type | Class and Description |
---|---|
class |
XwsSecurityFaultException
XWSS-specific version of the
WsSecurityFaultException . |
class |
XwsSecuritySecurementException
XWSS-specific version of the
WsSecuritySecurementException . |
class |
XwsSecurityValidationException
XWSS-specific version of the
WsSecurityValidationException . |
Modifier and Type | Class and Description |
---|---|
class |
WsdlDefinitionException
Base class for all WSDL definition exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
Wsdl4jDefinitionException
Subclass of
WsdlDefinitionException that wraps WSDLException s. |
Copyright © 2020 Pivotal Software. All rights reserved.