Uses of Interface
org.springframework.ws.soap.SoapFault
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
Contains abstractions over various versions of the WS-Addressing specification.
Contains classes for SOAP-specific client-side Spring-WS support.
Provides
EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.Contains interfaces specific to SOAP 1.1.
Contains interfaces specific to SOAP 1.2.
-
Uses of SoapFault in org.springframework.ws.soap
Modifier and TypeMethodDescriptionSoapBody.addClientOrSenderFault
(String faultStringOrReason, Locale locale) Adds aClient
/Sender
fault to the body.SoapBody.addMustUnderstandFault
(String faultStringOrReason, Locale locale) Adds aMustUnderstand
fault to the body.SoapBody.addServerOrReceiverFault
(String faultStringOrReason, Locale locale) Adds aServer
/Receiver
fault to the body.SoapBody.addVersionMismatchFault
(String faultStringOrReason, Locale locale) Adds aVersionMismatch
fault to the body.SoapBody.getFault()
Returns theSoapFault
of this body. -
Uses of SoapFault in org.springframework.ws.soap.addressing.version
Modifier and TypeMethodDescriptionfinal SoapFault
AbstractAddressingVersion.addInvalidAddressingHeaderFault
(SoapMessage message) AddressingVersion.addInvalidAddressingHeaderFault
(SoapMessage message) Adds a Invalid Addressing Header fault to the given message.final SoapFault
AbstractAddressingVersion.addMessageAddressingHeaderRequiredFault
(SoapMessage message) AddressingVersion.addMessageAddressingHeaderRequiredFault
(SoapMessage message) Adds a Message Addressing Header Required fault to the given message. -
Uses of SoapFault in org.springframework.ws.soap.client
-
Uses of SoapFault in org.springframework.ws.soap.server.endpoint
Modifier and TypeMethodDescriptionprotected void
AbstractSoapFaultDefinitionExceptionResolver.customizeFault
(Object endpoint, Exception ex, SoapFault fault) Customize theSoapFault
created by this resolver.protected void
SimpleSoapExceptionResolver.customizeFault
(MessageContext messageContext, Object endpoint, Exception ex, SoapFault fault) Empty template method to allow subclasses an opportunity to customize the givenSoapFault
. -
Uses of SoapFault in org.springframework.ws.soap.soap11
Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapFault
that exposes SOAP 1.1 functionality. -
Uses of SoapFault in org.springframework.ws.soap.soap12
Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapFault
that exposes SOAP 1.2 functionality.