|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.ds.OMDataSourceExtBase
org.apache.axiom.om.ds.ByteArrayDataSource
public class ByteArrayDataSource
ByteArrayDataSource is an example implementation of OMDataSourceExt. Use it to insert a (byte[], encoding) into an OM Tree. This data source is useful for placing bytes into an OM tree, instead of having a deeply nested tree.
Nested Class Summary | |
---|---|
class |
ByteArrayDataSource.ByteArray
Object containing the byte[]/encoding pair |
Field Summary |
---|
Fields inherited from interface org.apache.axiom.om.OMDataSourceExt |
---|
LOSSY_PREFIX |
Constructor Summary | |
---|---|
ByteArrayDataSource(byte[] bytes,
java.lang.String encoding)
Constructor |
Method Summary | |
---|---|
void |
close()
Close the DataSource and free its resources. |
OMDataSourceExt |
copy()
Create a copy of the OMDataSourceExt |
java.lang.Object |
getObject()
Returns the backing Object. |
javax.xml.stream.XMLStreamReader |
getReader()
Get parser for element data. |
byte[] |
getXMLBytes(java.lang.String encoding)
Returns a byte[] representing the xml data |
boolean |
isDestructiveRead()
Returns true if reading the backing object is destructive. |
boolean |
isDestructiveWrite()
Returns true if writing the backing object is destructive. |
Methods inherited from class org.apache.axiom.om.ds.OMDataSourceExtBase |
---|
getProperty, getXMLInputStream, hasProperty, serialize, serialize, serialize, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayDataSource(byte[] bytes, java.lang.String encoding)
bytes
- encoding
- Method Detail |
---|
public javax.xml.stream.XMLStreamReader getReader() throws javax.xml.stream.XMLStreamException
OMDataSourceExt
javax.xml.stream.XMLStreamException
public java.lang.Object getObject()
OMDataSourceExt
public boolean isDestructiveRead()
OMDataSourceExt
public boolean isDestructiveWrite()
OMDataSourceExt
public byte[] getXMLBytes(java.lang.String encoding) throws java.io.UnsupportedEncodingException
OMDataSourceExt
encoding
- String encoding of InputStream
java.io.UnsupportedEncodingException
getXMLInputStream
public void close()
OMDataSourceExt
public OMDataSourceExt copy()
OMDataSourceExt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |