Package | Description |
---|---|
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 (deprecated as of Spring WS 2.3).
|
org.springframework.ws.soap.security.wss4j2 |
Contains classes for using the Apache WSS4J 2.0 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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSoapMessage
Abstract implementation of the
SoapMessage interface. |
Modifier and Type | Method and Description |
---|---|
SoapMessage |
SoapMessageFactory.createWebServiceMessage()
Creates a new, empty
SoapMessage . |
SoapMessage |
SoapMessageFactory.createWebServiceMessage(InputStream inputStream)
Reads a
SoapMessage from the given input stream. |
Modifier and Type | Method and Description |
---|---|
URI |
UuidMessageIdStrategy.newMessageId(SoapMessage message) |
URI |
MessageIdStrategy.newMessageId(SoapMessage message)
Returns a new WS-Addressing
MessageID for the given SoapMessage . |
Modifier and Type | Class and Description |
---|---|
class |
AxiomSoapMessage
AXIOM-specific implementation of the
SoapMessage interface. |
Constructor and Description |
---|
SoapFaultClientException(SoapMessage faultMessage)
Create a new instance of the
SoapFaultClientException class. |
Modifier and Type | Class and Description |
---|---|
class |
SaajSoapMessage
SAAJ-specific implementation of the
SoapMessage interface. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWsSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext)
Abstract template method.
|
protected abstract void |
AbstractWsSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
Abstract template method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Wss4jSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext)
Deprecated.
|
protected void |
Wss4jSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Wss4jSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext) |
protected void |
Wss4jSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SoapHeaderMatcher.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 . |
protected void |
SoapEnvelopeDiffMatcher.match(SoapMessage soapMessage) |
Copyright © 2020 Pivotal Software. All rights reserved.