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.@Nullable SoapFault
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 @Nullable SoapFault
AbstractAddressingVersion.addInvalidAddressingHeaderFault
(SoapMessage message) @Nullable SoapFault
AddressingVersion.addInvalidAddressingHeaderFault
(SoapMessage message) Adds a Invalid Addressing Header fault to the given message.final @Nullable SoapFault
AbstractAddressingVersion.addMessageAddressingHeaderRequiredFault
(SoapMessage message) @Nullable SoapFault
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 SoapFaultModifier and TypeMethodDescription@Nullable SoapFault
SoapFaultClientException.getSoapFault()
Returns theSoapFault
. -
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
(@Nullable Object endpoint, Exception ex, SoapFault fault) Customize theSoapFault
created by this resolver.protected void
SimpleSoapExceptionResolver.customizeFault
(MessageContext messageContext, @Nullable 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.