Uses of Class
org.springframework.ws.WebServiceException
Package
Description
Provides the core functionality of the Spring Web Services framework.
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
Provides the
DestinationProvider
interface.Provides the
ClientInterceptor
interface, and validating interceptors.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.
Provides WS-Addressing implementation classes.
Contains classes for SOAP-specific client-side Spring-WS support.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
Provides WS-Security implementation classes.
Contains classes for using the Apache WSS4J 2.0 WS-Security implementation
within
Spring-WS.
Provides the WSDL functionality of the Spring Web Services framework.
Contains interfaces and classes specific to WSDL 1.1.
-
Uses of WebServiceException in org.springframework.ws
Modifier and TypeClassDescriptionfinal class
Exception thrown when aWebServiceMessageFactory
cannot parse the XML passed on toWebServiceMessageFactory.createWebServiceMessage(java.io.InputStream)
.final class
Exception thrown when an endpoint cannot be resolved for an incoming message request.class
Base class for all web service message exceptions. -
Uses of WebServiceException in org.springframework.ws.client
Modifier and TypeClassDescriptionclass
Exception thrown whenever an error occurs on the client-side.class
Thrown bySimpleFaultMessageResolver
when the response message has a fault.class
Exception thrown whenever an I/O error occurs on the client-side.class
Exception thrown whenever a transformation error occurs on the client-side.class
Exception thrown whenever a transport error occurs on the client-side. -
Uses of WebServiceException in org.springframework.ws.client.support.destination
Modifier and TypeClassDescriptionclass
Thrown by aDestinationProvider
when it cannot provide a destination. -
Uses of WebServiceException in org.springframework.ws.client.support.interceptor
Modifier and TypeClassDescriptionclass
Exception thrown whenever a validation error occurs on the client-side. -
Uses of WebServiceException in org.springframework.ws.mime
Modifier and TypeClassDescriptionclass
Exception thrown when a MIME attachment could not be accessed. -
Uses of WebServiceException in org.springframework.ws.pox
Modifier and TypeClassDescriptionclass
Specific subclass ofWebServiceMessageException
for Plain Old XML messages. -
Uses of WebServiceException in org.springframework.ws.pox.dom
Modifier and TypeClassDescriptionclass
Specific subclass ofPoxMessageException
for DOM Plain Old XML messages. -
Uses of WebServiceException 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 WebServiceException in org.springframework.ws.soap.addressing
Modifier and TypeClassDescriptionclass
Exception thrown in case on WS-Addressing errors. -
Uses of WebServiceException in org.springframework.ws.soap.client
Modifier and TypeClassDescriptionclass
Thrown bySoapFaultMessageResolver
when the response message has a fault. -
Uses of WebServiceException in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of WebServiceException in org.springframework.ws.soap.security
Modifier and TypeClassDescriptionclass
Exception indicating that something went wrong during WS-Security executions.class
Exception indicating that a WS-Security executions should result in a SOAP Fault.class
Exception indicating that something went wrong during the securement of a message.class
Exception indicating that something went wrong during the validation of a message. -
Uses of WebServiceException in org.springframework.ws.soap.security.wss4j2
Modifier and TypeClassDescriptionclass
WSS4J-specific version of theWsSecurityFaultException
.class
WSS4J-specific version of theWsSecuritySecurementException
.class
WSS4J-specific version of theWsSecurityValidationException
. -
Uses of WebServiceException in org.springframework.ws.wsdl
Modifier and TypeClassDescriptionclass
Base class for all WSDL definition exceptions. -
Uses of WebServiceException in org.springframework.ws.wsdl.wsdl11
Modifier and TypeClassDescriptionclass
Subclass ofWsdlDefinitionException
that wrapsWSDLException
s.