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.
 

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)
           
 



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