| 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(javax.xml.stream.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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.