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

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

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.
 

Methods in org.apache.axiom.om.util with parameters of type SOAPHeaderBlock
private static void CopyUtils.copySOAPHeaderBlock_NoDataSource(SOAPFactory factory, OMContainer targetParent, SOAPHeaderBlock sourceSHB)
          Create a copy of the SOAPHeaderBlock
private static void CopyUtils.copySOAPHeaderBlock(SOAPFactory factory, OMContainer targetParent, SOAPHeaderBlock sourceSHB)
          Create a copy of the SOAPHeaderBlock
private static void CopyUtils.copySOAPHeaderBlockData(SOAPHeaderBlock sourceSHB, SOAPHeaderBlock targetSHB)
          Copy Header data (currently only the processed flag) from the source SOAPHeaderBlock to the target SOAPHeaderBlock
 

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(java.lang.String localName, OMNamespace ns)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, OMDataSource ds)
          Create SOAPHeaderBlock that has an OMDataSource
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)