Uses of Interface
org.apache.axiom.soap.SOAPHeaderBlock

Packages that use SOAPHeaderBlock
org.apache.axiom.om.util   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.builder   
 

Uses of SOAPHeaderBlock in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util that return SOAPHeaderBlock
static SOAPHeaderBlock ElementHelper.toSOAPHeaderBlock(OMElement omElement, SOAPFactory factory)
          This is a method to convert regular OMElements to SOAPHeaderBlocks.
 

Uses of SOAPHeaderBlock in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPHeaderBlock
 SOAPHeaderBlock SOAPHeader.addHeaderBlock(java.lang.String localName, OMNamespace ns)
          Creates a new SOAPHeaderBlock object initialized with the specified name and adds it to this SOAPHeader object.
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(OMDataSource source)
          Create a SOAPHeaderBlock from an OMDataSource.
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, OMDataSource source)
          Create a SOAPHeaderBlock from an OMDataSource with a known local name and namespace URI.
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 

Uses of SOAPHeaderBlock in org.apache.axiom.soap.impl.builder
 

Methods in org.apache.axiom.soap.impl.builder that return SOAPHeaderBlock
 SOAPHeaderBlock SOAPFactoryEx.createSOAPHeaderBlock(java.lang.String localName, SOAPHeader parent, OMXMLParserWrapper builder)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.