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(javax.activation.DataHandler rootDataHandler)
getReader
public javax.xml.stream.XMLStreamReader getReader()
throws javax.xml.stream.XMLStreamException
- Specified by:
getReader
in interface org.apache.axiom.om.OMDataSource
- Throws:
javax.xml.stream.XMLStreamException
serialize
public void serialize(OutputStream output,
org.apache.axiom.om.OMOutputFormat format)
throws javax.xml.stream.XMLStreamException
- Specified by:
serialize
in interface org.apache.axiom.om.OMDataSource
- Throws:
javax.xml.stream.XMLStreamException
serialize
public void serialize(Writer writer,
org.apache.axiom.om.OMOutputFormat format)
throws javax.xml.stream.XMLStreamException
- Specified by:
serialize
in interface org.apache.axiom.om.OMDataSource
- Throws:
javax.xml.stream.XMLStreamException
serialize
public void serialize(javax.xml.stream.XMLStreamWriter xmlWriter)
throws javax.xml.stream.XMLStreamException
- Specified by:
serialize
in interface org.apache.axiom.om.OMDataSource
- Throws:
javax.xml.stream.XMLStreamException
getContent
public javax.activation.DataHandler getContent()
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.