Uses of Class
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Packages that use XMLStreamWriterFactory Package Description 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 Modifier and Type Class Description static classXMLStreamWriterFactory.DefaultDefaultXMLStreamWriterFactoryimplementation that can work with anyXMLOutputFactory.static classXMLStreamWriterFactory.NoLockForXMLOutputFactoryis thread safe.static classXMLStreamWriterFactory.ZephyrXMLStreamWriterFactoryimplementation for Sun's StaX implementation.Methods in com.sun.xml.ws.api.streaming that return XMLStreamWriterFactory Modifier and Type Method Description static XMLStreamWriterFactoryXMLStreamWriterFactory. get()Gets the singleton instance.static XMLStreamWriterFactoryXMLStreamWriterFactory.Zephyr. newInstance(XMLOutputFactory xof)Methods in com.sun.xml.ws.api.streaming with parameters of type XMLStreamWriterFactory Modifier and Type Method Description static voidXMLStreamWriterFactory. set(XMLStreamWriterFactory f)Overrides the singletonXMLStreamWriterFactoryinstance that the JAX-WS RI uses.
-