Package | Description |
---|---|
com.sun.xml.ws.api.streaming |
Modifier and Type | Class and Description |
---|---|
static class |
XMLStreamWriterFactory.Default
Default
XMLStreamWriterFactory implementation
that can work with any XMLOutputFactory . |
static class |
XMLStreamWriterFactory.NoLock
For
XMLOutputFactory is thread safe. |
static class |
XMLStreamWriterFactory.Zephyr
XMLStreamWriterFactory implementation for Sun's StaX implementation. |
Modifier and Type | Method and Description |
---|---|
static XMLStreamWriterFactory |
XMLStreamWriterFactory.get()
Gets the singleton instance.
|
static XMLStreamWriterFactory |
XMLStreamWriterFactory.Zephyr.newInstance(XMLOutputFactory xof) |
Modifier and Type | Method and Description |
---|---|
static void |
XMLStreamWriterFactory.set(XMLStreamWriterFactory f)
Overrides the singleton
XMLStreamWriterFactory instance that
the JAX-WS RI uses. |
Copyright © 2015 Oracle Corporation. All rights reserved.