Uses of Interface
org.apache.axiom.om.OMSourcedElement

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

Uses of OMSourcedElement in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMSourcedElement
 OMSourcedElement OMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Construct element with arbitrary data source.
 

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

Methods in org.apache.axiom.om.util with parameters of type OMSourcedElement
private static void CopyUtils.copyOMSourcedElement(SOAPFactory factory, OMContainer targetParent, OMSourcedElement sourceOMSE)
          Create a copy of the OMSourcedElement
 

Uses of OMSourcedElement in org.apache.axiom.soap
 

Subinterfaces of OMSourcedElement in org.apache.axiom.soap
 interface SOAPHeaderBlock
          An object representing the contents in the SOAP header part of the SOAP envelope.