public class MessageOMDataSource extends Object implements org.apache.axiom.om.OMDataSource
Constructor and Description |
---|
MessageOMDataSource(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
XMLStreamReader |
getReader() |
void |
serialize(OutputStream outputStream,
org.apache.axiom.om.OMOutputFormat omOutputFormat) |
void |
serialize(Writer writer,
org.apache.axiom.om.OMOutputFormat omOutputFormat) |
void |
serialize(XMLStreamWriter xmlStreamWriter) |
public MessageOMDataSource(InputStream inputStream)
public void serialize(OutputStream outputStream, org.apache.axiom.om.OMOutputFormat omOutputFormat) throws XMLStreamException
serialize
in interface org.apache.axiom.om.OMDataSource
XMLStreamException
public void serialize(Writer writer, org.apache.axiom.om.OMOutputFormat omOutputFormat) throws XMLStreamException
serialize
in interface org.apache.axiom.om.OMDataSource
XMLStreamException
public void serialize(XMLStreamWriter xmlStreamWriter) throws XMLStreamException
serialize
in interface org.apache.axiom.om.OMDataSource
XMLStreamException
public XMLStreamReader getReader() throws XMLStreamException
getReader
in interface org.apache.axiom.om.OMDataSource
XMLStreamException
Copyright © 2018 WSO2. All rights reserved.