Uses of Interface
org.springframework.ws.FaultAwareWebServiceMessage
Package
Description
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
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 FaultAwareWebServiceMessage in org.springframework.ws.client
Modifier and TypeMethodDescriptionWebServiceFaultException.getWebServiceMessage()
Returns the fault message.ModifierConstructorDescriptionWebServiceFaultException
(FaultAwareWebServiceMessage faultMessage) Create a new instance of theWebServiceFaultException
class. -
Uses of FaultAwareWebServiceMessage in org.springframework.ws.soap
Modifier and TypeInterfaceDescriptioninterface
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. -
Uses of FaultAwareWebServiceMessage in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface.