Uses of Interface
org.apache.axiom.om.OMDataSource
Packages that use OMDataSource
Package
Description
Contains core interfaces of the Axiom API.
Contains ready to use
OMDataSource
implementations.-
Uses of OMDataSource in org.apache.axiom.om
Subinterfaces of OMDataSource in org.apache.axiom.omModifier and TypeInterfaceDescriptioninterface
Interface to a backing object that can can be read and written as XML.interface
Optional interface implemented byOMDataSource
implementations that have knowledge about the local name, namespace URI and/or namespace prefix of the element they represent.Methods in org.apache.axiom.om that return OMDataSourceModifier and TypeMethodDescriptionOMSourcedElement.getDataSource()
OMSourcedElement.setDataSource
(OMDataSource dataSource) Deprecated.This method is deprecated because its semantics are not clearly defined.Methods in org.apache.axiom.om with parameters of type OMDataSourceModifier and TypeMethodDescriptionOMFactory.createOMElement
(OMDataSource source) Create a sourced element.OMFactory.createOMElement
(OMDataSource source, String localName, OMNamespace ns) Create a sourced element with a known local name and namespace URI.OMFactory.createOMElement
(OMDataSource source, QName qname) Create a sourced element with a known local name, namespace URI and namespace prefix.OMSourcedElement.setDataSource
(OMDataSource dataSource) Deprecated.This method is deprecated because its semantics are not clearly defined. -
Uses of OMDataSource in org.apache.axiom.om.ds
Classes in org.apache.axiom.om.ds that implement OMDataSourceModifier and TypeClassDescriptionclass
Base class forOMDataSourceExt
implementations.class
Base class forOMDataSourceExt
implementations that can easily produce the content as anXMLStreamReader
and that don't implement any kind of optimization for serializing the content.class
Base class forOMDataSourceExt
implementations that can easily serialize the content to anXMLStreamWriter
but that are unable to produce the content as anXMLStreamReader
.final class
OMDataSource
implementation backed by aBlob
.final class
OMDataSource
implementation backed by aString
.class
OMDataSource
implementation that represents a text node wrapped inside an element.class
WrappedTextNodeOMDataSource
that pulls the text data from aBlob
object.class
WrappedTextNodeOMDataSource
that pulls text data from aReader
object. -
Uses of OMDataSource in org.apache.axiom.om.ds.activation
Classes in org.apache.axiom.om.ds.activation that implement OMDataSourceModifier and TypeClassDescriptionclass
Deprecated.UseWrappedTextNodeOMDataSourceFromBlob
instead. -
Uses of OMDataSource in org.apache.axiom.om.ds.custombuilder
Methods in org.apache.axiom.om.ds.custombuilder that return OMDataSource -
Uses of OMDataSource in org.apache.axiom.om.ds.jaxb
Classes in org.apache.axiom.om.ds.jaxb that implement OMDataSource -
Uses of OMDataSource in org.apache.axiom.soap
Methods in org.apache.axiom.soap with parameters of type OMDataSourceModifier and TypeMethodDescriptionSOAPFactory.createSOAPHeaderBlock
(String localName, OMNamespace ns, OMDataSource source) Create aSOAPHeaderBlock
from anOMDataSource
with a known local name and namespace URI.SOAPFactory.createSOAPHeaderBlock
(OMDataSource source) Create aSOAPHeaderBlock
from anOMDataSource
.