Spring Web Services Framework

Uses of Class
org.springframework.ws.WebServiceMessageException

Packages that use WebServiceMessageException
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. 
 

Uses of WebServiceMessageException in org.springframework.ws.mime
 

Subclasses of WebServiceMessageException in org.springframework.ws.mime
 class AttachmentException
          Exception thrown when a MIME attachment could not be accessed.
 

Uses of WebServiceMessageException in org.springframework.ws.pox
 

Subclasses of WebServiceMessageException in org.springframework.ws.pox
 class PoxMessageException
          Specific subclass of WebServiceMessageException for Plain Old XML messages.
 

Uses of WebServiceMessageException in org.springframework.ws.pox.dom
 

Subclasses of WebServiceMessageException in org.springframework.ws.pox.dom
 class DomPoxMessageException
          Specific subclass of PoxMessageException for DOM Plain Old XML messages.
 

Uses of WebServiceMessageException in org.springframework.ws.soap
 

Subclasses of WebServiceMessageException in org.springframework.ws.soap
 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.
 

Uses of WebServiceMessageException in org.springframework.ws.soap.axiom
 

Subclasses of WebServiceMessageException in org.springframework.ws.soap.axiom
 class AxiomAttachmentException
           
 class AxiomSoapBodyException
           
 class AxiomSoapElementException
           
 class AxiomSoapEnvelopeException
           
 class AxiomSoapFaultException
           
 class AxiomSoapHeaderException
           
 class AxiomSoapMessageCreationException
           
 class AxiomSoapMessageException
           
 

Uses of WebServiceMessageException in org.springframework.ws.soap.saaj
 

Subclasses of WebServiceMessageException in org.springframework.ws.soap.saaj
 class SaajAttachmentException
           
 class SaajSoapBodyException
           
 class SaajSoapElementException
           
 class SaajSoapEnvelopeException
           
 class SaajSoapFaultException
           
 class SaajSoapHeaderException
           
 class SaajSoapMessageCreationException
           
 class SaajSoapMessageException
           
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.