Package | Description |
---|---|
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.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
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 |
AxiomAttachmentException |
class |
AxiomSoapBodyException |
class |
AxiomSoapElementException |
class |
AxiomSoapEnvelopeException |
class |
AxiomSoapFaultException |
class |
AxiomSoapHeaderException |
class |
AxiomSoapMessageCreationException |
class |
AxiomSoapMessageException |
Modifier and Type | Class and Description |
---|---|
class |
SaajAttachmentException |
class |
SaajSoapBodyException |
class |
SaajSoapElementException |
class |
SaajSoapEnvelopeException |
class |
SaajSoapFaultException |
class |
SaajSoapHeaderException |
class |
SaajSoapMessageCreationException |
class |
SaajSoapMessageException |
Copyright © 2020 Pivotal Software. All rights reserved.