| Package | Description |
|---|---|
| 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.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.dom | |
| org.apache.axiom.soap.impl.dom.factory | |
| org.apache.axiom.soap.impl.llom | |
| org.apache.axiom.soap.impl.llom.soap11 | |
| org.apache.axiom.soap.impl.llom.soap12 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OMDataSourceExt
Interface to a backing object that can can be read and written as XML.
|
| Modifier and Type | Method and Description |
|---|---|
OMDataSource |
OMSourcedElement.getDataSource() |
OMDataSource |
OMSourcedElement.setDataSource(OMDataSource dataSource)
Replace an existing OMDataSource with a new one.
|
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
QName qname)
Construct element with arbitrary data source.
|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source.
|
OMDataSource |
OMSourcedElement.setDataSource(OMDataSource dataSource)
Replace an existing OMDataSource with a new one.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
OMDataSource |
OMStAXWrapper.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMDOMFactory.createOMElement(OMDataSource source,
QName qname)
Unsupported.
|
OMSourcedElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns) |
OMElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns,
OMContainer parent) |
| Modifier and Type | Method and Description |
|---|---|
OMDataSource |
OMSourcedElementImpl.getDataSource()
Provide access to the data source encapsulated in OMSourcedElement.
|
OMDataSource |
OMSourcedElementImpl.setDataSource(OMDataSource dataSource)
setOMDataSource
|
| Modifier and Type | Method and Description |
|---|---|
OMDataSource |
OMSourcedElementImpl.setDataSource(OMDataSource dataSource)
setOMDataSource
|
| Constructor and Description |
|---|
OMSourcedElementImpl(QName qName,
OMFactory factory,
OMDataSource source)
Constructor that takes a QName instead of the local name and the namespace seperately
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMFactory factory,
OMDataSource source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OMSourcedElement |
OMLinkedListImplFactory.createOMElement(OMDataSource source,
QName qname)
Construct element with arbitrary data source.
|
OMSourcedElement |
OMLinkedListImplFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
Create SOAPHeaderBlock that has an OMDataSource
|
| Modifier and Type | Method and Description |
|---|---|
OMDataSource |
SOAPHeaderBlockImpl.getDataSource() |
OMDataSource |
SOAPHeaderBlockImpl.setDataSource(OMDataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
OMDataSource |
SOAPHeaderBlockImpl.setDataSource(OMDataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds) |
| Constructor and Description |
|---|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory,
OMDataSource ds) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds) |
| Constructor and Description |
|---|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory,
OMDataSource ds) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds) |
| Constructor and Description |
|---|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory,
OMDataSource ds) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.