Uses of Class
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory

Packages that use XMLStreamWriterFactory
com.sun.xml.ws.api.streaming   
 

Uses of XMLStreamWriterFactory in com.sun.xml.ws.api.streaming
 

Subclasses of XMLStreamWriterFactory in com.sun.xml.ws.api.streaming
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.
 

Methods in com.sun.xml.ws.api.streaming that return XMLStreamWriterFactory
static XMLStreamWriterFactory XMLStreamWriterFactory.get()
          Gets the singleton instance.
static XMLStreamWriterFactory XMLStreamWriterFactory.Zephyr.newInstance(javax.xml.stream.XMLOutputFactory xof)
           
 

Methods in com.sun.xml.ws.api.streaming with parameters of type XMLStreamWriterFactory
static void XMLStreamWriterFactory.set(XMLStreamWriterFactory f)
          Overrides the singleton XMLStreamWriterFactory instance that the JAX-WS RI uses.