Spring Web Services Framework

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

Packages that use SoapHeaderElement
org.springframework.ws.soap Provides the SOAP functionality of the Spring Web Services framework. 
org.springframework.ws.soap.security Provides WS-Security implementation classes. 
org.springframework.ws.soap.server Contains classes for SOAP-specific server-side Spring-WS support. 
org.springframework.ws.soap.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. 
org.springframework.ws.soap.soap12 Contains interfaces specific to SOAP 1.2. 
 

Uses of SoapHeaderElement in org.springframework.ws.soap
 

Methods in org.springframework.ws.soap that return SoapHeaderElement
 SoapHeaderElement SoapHeader.addHeaderElement(QName name)
          Adds a new SoapHeaderElement with the specified qualified name to this header.
 

Uses of SoapHeaderElement in org.springframework.ws.soap.security
 

Methods in org.springframework.ws.soap.security with parameters of type SoapHeaderElement
 boolean AbstractWsSecurityInterceptor.understands(SoapHeaderElement headerElement)
           
 

Uses of SoapHeaderElement in org.springframework.ws.soap.server
 

Methods in org.springframework.ws.soap.server with parameters of type SoapHeaderElement
 boolean SoapEndpointInterceptor.understands(SoapHeaderElement header)
          Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.
 

Uses of SoapHeaderElement in org.springframework.ws.soap.server.endpoint.interceptor
 

Methods in org.springframework.ws.soap.server.endpoint.interceptor with parameters of type SoapHeaderElement
 boolean SoapEnvelopeLoggingInterceptor.understands(SoapHeaderElement header)
           
 

Uses of SoapHeaderElement in org.springframework.ws.soap.soap12
 

Methods in org.springframework.ws.soap.soap12 that return SoapHeaderElement
 SoapHeaderElement Soap12Header.addNotUnderstoodHeaderElement(QName headerName)
          Adds a new NotUnderstood SoapHeaderElement this header.
 SoapHeaderElement Soap12Header.addUpgradeHeaderElement(String[] supportedSoapUris)
          Adds a new Upgrade SoapHeaderElement this header.
 


Spring Web Services Framework

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