org.apache.axis2.builder.unknowncontent
Class UnknownContentOMDataSource

java.lang.Object
  extended by 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


Field Summary
static QName unknownContentQName
           
 
Constructor Summary
UnknownContentOMDataSource(DataHandler rootDataHandler)
           
 
Method Summary
 DataHandler getContent()
           
 XMLStreamReader getReader()
           
 void serialize(OutputStream output, org.apache.axiom.om.OMOutputFormat format)
           
 void serialize(Writer writer, org.apache.axiom.om.OMOutputFormat format)
           
 void serialize(XMLStreamWriter xmlWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unknownContentQName

public static QName unknownContentQName
Constructor Detail

UnknownContentOMDataSource

public UnknownContentOMDataSource(DataHandler rootDataHandler)
Method Detail

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.