org.apache.axis2.builder.unknowncontent
Class UnknownContentOMDataSource
java.lang.Object
org.apache.axis2.builder.unknowncontent.UnknownContentOMDataSource
- All Implemented Interfaces:
- org.apache.axiom.om.OMDataSource
public class UnknownContentOMDataSource
- extends Object
- implements org.apache.axiom.om.OMDataSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unknownContentQName
public static QName unknownContentQName
UnknownContentOMDataSource
public UnknownContentOMDataSource(DataHandler rootDataHandler)
getReader
public XMLStreamReader getReader()
throws XMLStreamException
- Specified by:
getReader
in interface org.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
serialize
public void serialize(OutputStream output,
org.apache.axiom.om.OMOutputFormat format)
throws XMLStreamException
- Specified by:
serialize
in interface org.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
serialize
public void serialize(Writer writer,
org.apache.axiom.om.OMOutputFormat format)
throws XMLStreamException
- Specified by:
serialize
in interface org.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
serialize
public void serialize(XMLStreamWriter xmlWriter)
throws XMLStreamException
- Specified by:
serialize
in interface org.apache.axiom.om.OMDataSource
- Throws:
XMLStreamException
getContent
public DataHandler getContent()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.