Class MessageOMDataSource
- java.lang.Object
-
- org.wso2.carbon.mediator.fastXSLT.MessageOMDataSource
-
- All Implemented Interfaces:
org.apache.axiom.om.OMDataSource
public class MessageOMDataSource extends Object implements org.apache.axiom.om.OMDataSource
-
-
Constructor Summary
Constructors Constructor Description MessageOMDataSource(InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
MessageOMDataSource
public MessageOMDataSource(InputStream inputStream)
-
-
Method Detail
-
serialize
public void serialize(OutputStream outputStream, org.apache.axiom.om.OMOutputFormat omOutputFormat) throws XMLStreamException
- Specified by:
serialize
in interfaceorg.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
-
serialize
public void serialize(Writer writer, org.apache.axiom.om.OMOutputFormat omOutputFormat) throws XMLStreamException
- Specified by:
serialize
in interfaceorg.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
-
serialize
public void serialize(XMLStreamWriter xmlStreamWriter) throws XMLStreamException
- Specified by:
serialize
in interfaceorg.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
-
getReader
public XMLStreamReader getReader() throws XMLStreamException
- Specified by:
getReader
in interfaceorg.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
-
-