public interface  org.apache.axiom.om.OMDataSource extends java.lang.Object
{
public abstract void serialize(java.io.OutputStream, org.apache.axiom.om.OMOutputFormat) throws javax.xml.stream.XMLStreamException;
public abstract void serialize(java.io.Writer, org.apache.axiom.om.OMOutputFormat) throws javax.xml.stream.XMLStreamException;
public abstract void serialize(javax.xml.stream.XMLStreamWriter) throws javax.xml.stream.XMLStreamException;
public abstract javax.xml.stream.XMLStreamReader getReader() throws javax.xml.stream.XMLStreamException;
}