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.addressing.version Contains abstractions over various versions of the WS-Addressing specification. 
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.soap11 Contains interfaces specific to SOAP 1.1. 
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.
 

Methods in org.springframework.ws.soap that return types with arguments of type SoapHeaderElement
 Iterator<SoapHeaderElement> SoapHeader.examineAllHeaderElements()
          Returns an Iterator over all the SoapHeaderElements in this header.
 Iterator<SoapHeaderElement> SoapHeader.examineHeaderElements(QName name)
          Returns an Iterator over all the SoapHeaderElements with the given qualified name in this header.
 Iterator<SoapHeaderElement> SoapHeader.examineMustUnderstandHeaderElements(String actorOrRole)
          Returns an Iterator over all the SoapHeaderElements that have the specified actor or role and that have a MustUnderstand attribute whose value is equivalent to true.
 

Uses of SoapHeaderElement in org.springframework.ws.soap.addressing.version
 

Methods in org.springframework.ws.soap.addressing.version with parameters of type SoapHeaderElement
protected  void AbstractAddressingVersion.addEndpointReference(SoapHeaderElement headerElement, EndpointReference epr)
          Adds ReplyTo, FaultTo, or From EPR to the given header Element.
 boolean AddressingVersion.understands(SoapHeaderElement headerElement)
          Given a SoapHeaderElement, return whether or not this version understands it.
 boolean AbstractAddressingVersion.understands(SoapHeaderElement headerElement)
           
 

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)
           
 boolean DelegatingSmartSoapEndpointInterceptor.understands(SoapHeaderElement header)
           
 

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

Methods in org.springframework.ws.soap.soap11 that return types with arguments of type SoapHeaderElement
 Iterator<SoapHeaderElement> Soap11Header.examineHeaderElementsToProcess(String[] actors)
          Returns an Iterator over all the header elements that should be processed for the given actors.
 

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.
 

Methods in org.springframework.ws.soap.soap12 that return types with arguments of type SoapHeaderElement
 Iterator<SoapHeaderElement> Soap12Header.examineHeaderElementsToProcess(String[] roles, boolean isUltimateReceiver)
          Returns an Iterator over all the header elements that should be processed for the given roles.
 


Spring Web Services Framework

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