Package com.sun.xml.ws.api.streaming
-
Interface Summary Interface Description XMLStreamReaderFactory.RecycleAware Interface that can be implemented byXMLStreamReaderto be notified when it's recycled.XMLStreamWriterFactory.RecycleAware Interface that can be implemented byXMLStreamWriterto be notified when it's recycled. -
Class Summary Class Description XMLStreamReaderFactory Factory forXMLStreamReader.XMLStreamReaderFactory.Default DefaultXMLStreamReaderFactoryimplementation that can work with anyXMLInputFactory.XMLStreamReaderFactory.NoLock Similar toXMLStreamReaderFactory.Defaultbut 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 DefaultXMLStreamWriterFactoryimplementation that can work with anyXMLOutputFactory.XMLStreamWriterFactory.HasEncodingWriter XMLStreamWriterFactory.NoLock ForXMLOutputFactoryis thread safe.XMLStreamWriterFactory.Zephyr XMLStreamWriterFactoryimplementation for Sun's StaX implementation.