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)
          Create a sourced element.
 OMSourcedElement OMFactory.createOMElement(OMDataSource source, javax.xml.namespace.QName qname)
          Create a sourced element with a known local name, namespace URI and namespace prefix.
 OMSourcedElement OMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Create a sourced element with a known local name and namespace URI.
 

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.