|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMDataSource | |
---|---|
org.apache.axiom.om | |
org.apache.axiom.om.ds | |
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,
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. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |