org.apache.axis2.databinding.utils.writer
Interface MTOMAwareXMLStreamWriter

All Superinterfaces:
XMLStreamWriter
All Known Implementing Classes:
MTOMAwareOMBuilder, MTOMAwareXMLSerializer

public interface MTOMAwareXMLStreamWriter
extends XMLStreamWriter


Method Summary
 void writeDataHandler(DataHandler dataHandler)
           
 
Methods inherited from interface javax.xml.stream.XMLStreamWriter
close, flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement
 

Method Detail

writeDataHandler

void writeDataHandler(DataHandler dataHandler)
                      throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.