Uses of Interface
org.apache.axis2.soap.SOAPHeader

Packages that use SOAPHeader
org.apache.axis2.addressing   
org.apache.axis2.handlers.addressing   
org.apache.axis2.saaj   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.factory   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
 

Uses of SOAPHeader in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing with parameters of type SOAPHeader
 void MessageInformationHeaders.toOM(SOAPHeader soapHeader)
          Method toOM
 

Uses of SOAPHeader in org.apache.axis2.handlers.addressing
 

Methods in org.apache.axis2.handlers.addressing with parameters of type SOAPHeader
protected  void AddressingOutHandler.addToSOAPHeader(EndpointReference epr, java.lang.String type, SOAPHeader soapHeader)
           
 MessageInformationHeaders AddressingInHandler.extractCommonAddressingParameters(SOAPHeader header, MessageInformationHeaders messageInformationHeaders, java.util.ArrayList addressingHeaders, java.lang.String addressingNamespace)
           
 

Uses of SOAPHeader in org.apache.axis2.saaj
 

Constructors in org.apache.axis2.saaj with parameters of type SOAPHeader
SOAPHeaderImpl(SOAPHeader header)
          Constructor SOAPHeaderImpl
 

Uses of SOAPHeader in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap that return SOAPHeader
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 SOAPHeader SOAPEnvelope.getHeader()
          Returns the SOAPHeader object for this SOAPEnvelope object.
 

Methods in org.apache.axis2.soap with parameters of type SOAPHeader
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

Uses of SOAPHeader in org.apache.axis2.soap.impl.llom
 

Classes in org.apache.axis2.soap.impl.llom that implement SOAPHeader
 class SOAPHeaderImpl
          Class SOAPHeaderImpl
 

Methods in org.apache.axis2.soap.impl.llom that return SOAPHeader
 SOAPHeader SOAPEnvelopeImpl.getHeader()
          Returns the SOAPHeader object for this SOAPEnvelope object.
 

Constructors in org.apache.axis2.soap.impl.llom with parameters of type SOAPHeader
SOAPHeaderBlockImpl(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 

Uses of SOAPHeader in org.apache.axis2.soap.impl.llom.factory
 

Methods in org.apache.axis2.soap.impl.llom.factory that return SOAPHeader
 SOAPHeader SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axis2.soap.impl.llom.factory with parameters of type SOAPHeader
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

Uses of SOAPHeader in org.apache.axis2.soap.impl.llom.soap11
 

Classes in org.apache.axis2.soap.impl.llom.soap11 that implement SOAPHeader
 class SOAP11HeaderImpl
           
 

Methods in org.apache.axis2.soap.impl.llom.soap11 that return SOAPHeader
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPHeader
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPHeader
SOAP11HeaderBlockImpl(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 

Uses of SOAPHeader in org.apache.axis2.soap.impl.llom.soap12
 

Classes in org.apache.axis2.soap.impl.llom.soap12 that implement SOAPHeader
 class SOAP12HeaderImpl
           
 

Methods in org.apache.axis2.soap.impl.llom.soap12 that return SOAPHeader
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPHeader
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPHeader
SOAP12HeaderBlockImpl(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP12HeaderBlockImpl(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl