Package | Description |
---|---|
org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
org.springframework.ws.soap.addressing.version |
Contains abstractions over various versions of the WS-Addressing specification.
|
org.springframework.ws.soap.client |
Contains classes for SOAP-specific client-side Spring-WS support.
|
org.springframework.ws.soap.server.endpoint |
Provides
EndpointAdapter , EndpointMapping , and EndpointExceptionResolver
implementations for SOAP. |
org.springframework.ws.soap.soap11 |
Contains interfaces specific to SOAP 1.1.
|
org.springframework.ws.soap.soap12 |
Contains interfaces specific to SOAP 1.2.
|
Modifier and Type | Method and Description |
---|---|
SoapFault |
SoapBody.addClientOrSenderFault(String faultStringOrReason,
Locale locale)
Adds a
Client /Sender fault to the body. |
SoapFault |
SoapBody.addMustUnderstandFault(String faultStringOrReason,
Locale locale)
Adds a
MustUnderstand fault to the body. |
SoapFault |
SoapBody.addServerOrReceiverFault(String faultStringOrReason,
Locale locale)
Adds a
Server /Receiver fault to the body. |
SoapFault |
SoapBody.addVersionMismatchFault(String faultStringOrReason,
Locale locale)
Adds a
VersionMismatch fault to the body. |
SoapFault |
SoapBody.getFault()
Returns the
SoapFault of this body. |
Modifier and Type | Method and Description |
---|---|
SoapFault |
AddressingVersion.addInvalidAddressingHeaderFault(SoapMessage message)
Adds a Invalid Addressing Header fault to the given message.
|
SoapFault |
AbstractAddressingVersion.addInvalidAddressingHeaderFault(SoapMessage message) |
SoapFault |
AddressingVersion.addMessageAddressingHeaderRequiredFault(SoapMessage message)
Adds a Message Addressing Header Required fault to the given message.
|
SoapFault |
AbstractAddressingVersion.addMessageAddressingHeaderRequiredFault(SoapMessage message) |
Modifier and Type | Method and Description |
---|---|
SoapFault |
SoapFaultClientException.getSoapFault()
Returns the
SoapFault . |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleSoapExceptionResolver.customizeFault(MessageContext messageContext,
Object endpoint,
Exception ex,
SoapFault fault)
Empty template method to allow subclasses an opportunity to customize the given
SoapFault . |
protected void |
AbstractSoapFaultDefinitionExceptionResolver.customizeFault(Object endpoint,
Exception ex,
SoapFault fault)
Customize the
SoapFault created by this resolver. |
Modifier and Type | Interface and Description |
---|---|
interface |
Soap11Fault
Subinterface of
SoapFault that exposes SOAP 1.1 functionality. |
Modifier and Type | Interface and Description |
---|---|
interface |
Soap12Fault
Subinterface of
SoapFault that exposes SOAP 1.2 functionality. |
Copyright © 2020 Pivotal Software. All rights reserved.