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

Packages that use OMSourcedElement
org.apache.axiom.om Contains core interfaces of the Axiom API. 
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, javax.xml.namespace.QName qname)
          Construct element with arbitrary data source.
 OMSourcedElement OMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Construct element with arbitrary data source.
 

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.
 



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