Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.SoapMessage

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. 
 

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.
 

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 RandomGuidMessageIdStrategy.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
 

Methods in org.springframework.ws.soap.addressing.version with parameters of type SoapMessage
 void AddressingVersion.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
          Adds addressing SOAP headers to the given message, using the given MessageAddressingProperties.
 void Addressing200408.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
           
 void Addressing10.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
           
 void AbstractAddressingVersion.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
           
 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)
           
 MessageAddressingProperties AddressingVersion.getMessageAddressingProperties(SoapMessage message)
          Returns the MessageAddressingProperties for the given message.
 MessageAddressingProperties AbstractAddressingVersion.getMessageAddressingProperties(SoapMessage message)
           
 

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.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.