Uses of Interface
org.springframework.ws.soap.SoapMessage
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
Contains various strategies for generating WS-Addressing MessageIDs.
Contains abstractions over various versions of the WS-Addressing specification.
Contains classes for SOAP-specific client-side Spring-WS support.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
Provides WS-Security implementation classes.
Contains classes for using the Apache WSS4J 2.0 WS-Security implementation
within
Spring-WS.
Provides the generic
WebServiceMessageMatcher
interface, and implementations.-
Uses of SoapMessage in org.springframework.ws.soap
Modifier and TypeMethodDescriptionSoapMessageFactory.createWebServiceMessage()
Creates a new, emptySoapMessage
.SoapMessageFactory.createWebServiceMessage
(InputStream inputStream) Reads aSoapMessage
from the given input stream. -
Uses of SoapMessage in org.springframework.ws.soap.addressing.messageid
Modifier and TypeMethodDescriptionMessageIdStrategy.newMessageId
(SoapMessage message) Returns a new WS-AddressingMessageID
for the givenSoapMessage
.UuidMessageIdStrategy.newMessageId
(SoapMessage message) -
Uses of SoapMessage in org.springframework.ws.soap.addressing.version
Modifier and TypeMethodDescriptionvoid
AbstractAddressingVersion.addAddressingHeaders
(SoapMessage message, MessageAddressingProperties map) void
Addressing10.addAddressingHeaders
(SoapMessage message, MessageAddressingProperties map) void
Addressing200408.addAddressingHeaders
(SoapMessage message, MessageAddressingProperties map) void
AddressingVersion.addAddressingHeaders
(SoapMessage message, MessageAddressingProperties map) Adds addressing SOAP headers to the given message, using the givenMessageAddressingProperties
.final 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.AbstractAddressingVersion.getMessageAddressingProperties
(SoapMessage message) AddressingVersion.getMessageAddressingProperties
(SoapMessage message) Returns theMessageAddressingProperties
for the given message. -
Uses of SoapMessage in org.springframework.ws.soap.client
ModifierConstructorDescriptionSoapFaultClientException
(SoapMessage faultMessage) Create a new instance of theSoapFaultClientException
class. -
Uses of SoapMessage in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface. -
Uses of SoapMessage in org.springframework.ws.soap.security
Modifier and TypeMethodDescriptionprotected abstract void
AbstractWsSecurityInterceptor.secureMessage
(SoapMessage soapMessage, MessageContext messageContext) Abstract template method.protected abstract void
AbstractWsSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext) Abstract template method. -
Uses of SoapMessage in org.springframework.ws.soap.security.wss4j2
Modifier and TypeMethodDescriptionprotected void
Wss4jSecurityInterceptor.secureMessage
(SoapMessage soapMessage, MessageContext messageContext) protected void
Wss4jSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext) -
Uses of SoapMessage in org.springframework.ws.test.support.matcher
Modifier and TypeMethodDescriptionprotected abstract void
AbstractSoapMessageMatcher.match
(SoapMessage soapMessage) Abstract template method that gets invoked fromAbstractSoapMessageMatcher.match(WebServiceMessage)
if the given message is aSoapMessage
.protected void
SoapEnvelopeDiffMatcher.match
(SoapMessage soapMessage) Deprecated.protected void
SoapHeaderMatcher.match
(SoapMessage soapMessage) -
Uses of SoapMessage in org.springframework.ws.test.support.matcher.xmlunit2
Modifier and TypeMethodDescriptionprotected void
SoapEnvelopeDiffMatcher.match
(SoapMessage soapMessage)