Uses of Interface
org.springframework.ws.soap.SoapFault
Packages that use 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
Methods in org.springframework.ws.soap that return SoapFaultModifier 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
Methods in org.springframework.ws.soap.addressing.version that return SoapFaultModifier 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
Methods in org.springframework.ws.soap.client that return SoapFault -
Uses of SoapFault in org.springframework.ws.soap.server.endpoint
Methods in org.springframework.ws.soap.server.endpoint with parameters of type SoapFaultModifier 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
Subinterfaces of SoapFault in org.springframework.ws.soap.soap11Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapFault
that exposes SOAP 1.1 functionality. -
Uses of SoapFault in org.springframework.ws.soap.soap12
Subinterfaces of SoapFault in org.springframework.ws.soap.soap12Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapFault
that exposes SOAP 1.2 functionality.