Class XMLStreamWriterOutput

java.lang.Object
com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
All Implemented Interfaces:
XmlOutput
Direct Known Subclasses:
FastInfosetStreamWriterOutput, StAXExStreamWriterOutput

public class XMLStreamWriterOutput extends XmlOutputAbstractImpl
XmlOutput that writes to StAX XMLStreamWriter.

TODO: Finding the optimized FI implementations is a bit hacky and not very extensible. Can we use the service provider mechanism in general for concrete implementations of XmlOutputAbstractImpl.

Author:
Kohsuke Kawaguchi