Package com.sun.xml.ws.api.streaming
-
Interface Summary Interface Description XMLStreamReaderFactory.RecycleAware Interface that can be implemented byXMLStreamReader
to be notified when it's recycled.XMLStreamWriterFactory.RecycleAware Interface that can be implemented byXMLStreamWriter
to be notified when it's recycled. -
Class Summary Class Description XMLStreamReaderFactory Factory forXMLStreamReader
.XMLStreamReaderFactory.Default DefaultXMLStreamReaderFactory
implementation that can work with anyXMLInputFactory
.XMLStreamReaderFactory.NoLock Similar toXMLStreamReaderFactory.Default
but doesn't do any synchronization.XMLStreamReaderFactory.Woodstox Handles Woodstox's XIF, but sets properties to do the string interning, sets various limits, ...XMLStreamWriterFactory Factory forXMLStreamWriter
.XMLStreamWriterFactory.Default DefaultXMLStreamWriterFactory
implementation that can work with anyXMLOutputFactory
.XMLStreamWriterFactory.HasEncodingWriter XMLStreamWriterFactory.NoLock ForXMLOutputFactory
is thread safe.XMLStreamWriterFactory.Zephyr XMLStreamWriterFactory
implementation for Sun's StaX implementation.