|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapMessage | |
---|---|
org.springframework.ws.soap | Provides the SOAP functionality of the Spring Web Services framework. |
org.springframework.ws.soap.addressing.messageid | Contains various strategies for generating WS-Addressing MessageIDs. |
org.springframework.ws.soap.addressing.version | Contains abstractions over various versions of the WS-Addressing specification. |
org.springframework.ws.soap.axiom | AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure. |
org.springframework.ws.soap.client | Contains classes for SOAP-specific client-side Spring-WS support. |
org.springframework.ws.soap.saaj | SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure. |
org.springframework.ws.soap.security | Provides WS-Security implementation classes. |
org.springframework.ws.soap.security.wss4j | Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS. |
org.springframework.ws.soap.security.xwss | Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS. |
org.springframework.ws.test.support.matcher | Provides the generic WebServiceMessageMatcher
interface, and implementations. |
Uses of SoapMessage in org.springframework.ws.soap |
---|
Classes in org.springframework.ws.soap that implement SoapMessage | |
---|---|
class |
AbstractSoapMessage
Abstract implementation of the SoapMessage interface. |
Methods in org.springframework.ws.soap that return SoapMessage | |
---|---|
SoapMessage |
SoapMessageFactory.createWebServiceMessage()
Creates a new, empty SoapMessage . |
SoapMessage |
SoapMessageFactory.createWebServiceMessage(InputStream inputStream)
Reads a SoapMessage from the given input stream. |
Uses of SoapMessage in org.springframework.ws.soap.addressing.messageid |
---|
Methods in org.springframework.ws.soap.addressing.messageid with parameters of type SoapMessage | |
---|---|
URI |
UuidMessageIdStrategy.newMessageId(SoapMessage message)
|
URI |
MessageIdStrategy.newMessageId(SoapMessage message)
Returns a new WS-Addressing MessageID for the given SoapMessage . |
Uses of SoapMessage in org.springframework.ws.soap.addressing.version |
---|
Uses of SoapMessage in org.springframework.ws.soap.axiom |
---|
Classes in org.springframework.ws.soap.axiom that implement SoapMessage | |
---|---|
class |
AxiomSoapMessage
AXIOM-specific implementation of the SoapMessage interface. |
Uses of SoapMessage in org.springframework.ws.soap.client |
---|
Constructors in org.springframework.ws.soap.client with parameters of type SoapMessage | |
---|---|
SoapFaultClientException(SoapMessage faultMessage)
Create a new instance of the SoapFaultClientException class. |
Uses of SoapMessage in org.springframework.ws.soap.saaj |
---|
Classes in org.springframework.ws.soap.saaj that implement SoapMessage | |
---|---|
class |
SaajSoapMessage
SAAJ-specific implementation of the SoapMessage interface. |
Uses of SoapMessage in org.springframework.ws.soap.security |
---|
Methods in org.springframework.ws.soap.security with parameters of type SoapMessage | |
---|---|
protected 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.wss4j |
---|
Methods in org.springframework.ws.soap.security.wss4j with parameters of type SoapMessage | |
---|---|
protected void |
Wss4jSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext)
|
protected void |
Wss4jSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
|
Uses of SoapMessage in org.springframework.ws.soap.security.xwss |
---|
Methods in org.springframework.ws.soap.security.xwss with parameters of type SoapMessage | |
---|---|
protected void |
XwsSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext)
Secures the given SoapMessage message in accordance with the defined security policy. |
protected void |
XwsSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
Validates the given SoapMessage message in accordance with the defined security policy. |
Uses of SoapMessage in org.springframework.ws.test.support.matcher |
---|
Methods in org.springframework.ws.test.support.matcher with parameters of type SoapMessage | |
---|---|
protected void |
SoapHeaderMatcher.match(SoapMessage soapMessage)
|
protected void |
SoapEnvelopeDiffMatcher.match(SoapMessage soapMessage)
|
protected abstract void |
AbstractSoapMessageMatcher.match(SoapMessage soapMessage)
Abstract template method that gets invoked from AbstractSoapMessageMatcher.match(WebServiceMessage) if the given message is a
SoapMessage . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |