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

Packages that use OMDataSource
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.ds Contains ready to use OMDataSource implementations. 
org.apache.axiom.om.impl   
org.apache.axiom.soap   
 

Uses of OMDataSource in org.apache.axiom.om
 

Subinterfaces of OMDataSource in org.apache.axiom.om
 interface OMDataSourceExt
          Interface to a backing object that can can be read and written as XML.
 

Methods in org.apache.axiom.om that return OMDataSource
 OMDataSource OMSourcedElement.getDataSource()
           
 OMDataSource OMSourcedElement.setDataSource(OMDataSource dataSource)
          Replace an existing OMDataSource with a new one.
 

Methods in org.apache.axiom.om with parameters of type OMDataSource
 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.
 OMDataSource OMSourcedElement.setDataSource(OMDataSource dataSource)
          Replace an existing OMDataSource with a new one.
 

Uses of OMDataSource in org.apache.axiom.om.ds
 

Classes in org.apache.axiom.om.ds that implement OMDataSource
 class ByteArrayDataSource
          ByteArrayDataSource is an example implementation of OMDataSourceExt.
 class CharArrayDataSource
          CharArrayDataSource is an example implementation of OMDataSourceExt.
 class InputStreamDataSource
          InputStream is an example OMDataSourceExt.
 class OMDataSourceExtBase
          OMDataSourceExtBase is a convenient base class that can be extended by other OMDataSourceExt implementations.
 class ParserInputStreamDataSource
          A DataSource that is backed by an InputStream (read from a parser).
 class WrappedTextNodeOMDataSourceFromDataSource
          OMDataSource implementation that represents a text node wrapped inside an element.
 class WrappedTextNodeOMDataSourceFromReader
          OMDataSource implementation that represents a text node wrapped inside an element.
 

Uses of OMDataSource in org.apache.axiom.om.impl
 

Methods in org.apache.axiom.om.impl that return OMDataSource
 OMDataSource OMXMLStreamReaderEx.getDataSource()
           
 

Uses of OMDataSource in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap with parameters of type OMDataSource
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, OMDataSource ds)
          Create SOAPHeaderBlock that has an OMDataSource
 



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