Uses of Class
org.springframework.ws.WebServiceMessageException
Package
Description
Provides MIME functionality for use the Spring Web Services framework.
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework.
Contains an implementation of the POX interfaces that is based on DOM.
Provides the SOAP functionality of the Spring Web Services framework.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
-
Uses of WebServiceMessageException in org.springframework.ws.mime
Modifier and TypeClassDescriptionclass
Exception thrown when a MIME attachment could not be accessed. -
Uses of WebServiceMessageException in org.springframework.ws.pox
Modifier and TypeClassDescriptionclass
Specific subclass ofWebServiceMessageException
for Plain Old XML messages. -
Uses of WebServiceMessageException in org.springframework.ws.pox.dom
Modifier and TypeClassDescriptionclass
Specific subclass ofPoxMessageException
for DOM Plain Old XML messages. -
Uses of WebServiceMessageException in org.springframework.ws.soap
Modifier and TypeClassDescriptionclass
Exception thrown when a SOAP body could not be accessed.class
Exception thrown when a SOAP element could not be accessed.class
Exception thrown when a SOAP body could not be accessed.class
Exception thrown when a SOAP fault could not be accessed.class
Exception thrown when a SOAP header could not be accessed.class
Exception thrown when a web service message cannot be created.class
Base class for all SOAP message exceptions. -
Uses of WebServiceMessageException in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class