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.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.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.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)
          Abstract template method.
protected abstract  void AbstractWsSecurityInterceptor.validateMessage(SoapMessage soapMessage)
          Abstract template method.
 

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)
          Secures the given SoapMessage message in accordance with the defined security policy.
protected  void XwsSecurityInterceptor.validateMessage(SoapMessage soapMessage)
          Validates the given SoapMessage message in accordance with the defined security policy.
 


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.