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

Packages that use OMSourcedElement
org.apache.axiom.om   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.llom   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

Uses of OMSourcedElement in org.apache.axiom.om
 

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

Uses of OMSourcedElement in org.apache.axiom.om.impl.dom.factory
 

Methods in org.apache.axiom.om.impl.dom.factory that return OMSourcedElement
 OMSourcedElement OMDOMFactory.createOMElement(OMDataSource source, String localName, OMNamespace ns)
           
 

Uses of OMSourcedElement in org.apache.axiom.om.impl.llom
 

Classes in org.apache.axiom.om.impl.llom that implement OMSourcedElement
 class OMSourcedElementImpl
          Element backed by an arbitrary data source.
 

Uses of OMSourcedElement in org.apache.axiom.om.impl.llom.factory
 

Methods in org.apache.axiom.om.impl.llom.factory that return OMSourcedElement
 OMSourcedElement OMLinkedListImplFactory.createOMElement(OMDataSource source, 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.
 

Uses of OMSourcedElement in org.apache.axiom.soap.impl.llom
 

Classes in org.apache.axiom.soap.impl.llom that implement OMSourcedElement
 class SOAPHeaderBlockImpl
          Class SOAPHeaderBlockImpl
 

Uses of OMSourcedElement in org.apache.axiom.soap.impl.llom.soap11
 

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement OMSourcedElement
 class SOAP11HeaderBlockImpl
           
 

Uses of OMSourcedElement in org.apache.axiom.soap.impl.llom.soap12
 

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement OMSourcedElement
 class SOAP12HeaderBlockImpl
           
 



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