Package com.sun.xml.ws.api.streaming
Class XMLStreamWriterFactory.Default
java.lang.Object
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Default
- Enclosing class:
- XMLStreamWriterFactory
Default
XMLStreamWriterFactory implementation
that can work with any XMLOutputFactory.
XMLOutputFactory is not required to be thread-safe, so the
create method on this implementation is synchronized.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
XMLStreamWriterFactory.Default, XMLStreamWriterFactory.HasEncodingWriter, XMLStreamWriterFactory.NoLock, XMLStreamWriterFactory.RecycleAware, XMLStreamWriterFactory.Zephyr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCreate(OutputStream out) SeeXMLStreamWriterFactory.create(OutputStream)for the contract.doCreate(OutputStream out, String encoding) SeeXMLStreamWriterFactory.create(OutputStream,String)for the contract.voidSeeXMLStreamWriterFactory.recycle(XMLStreamWriter)for the contract.Methods inherited from class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
create, create, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, get, recycle, set
-
Constructor Details
-
Default
-
-
Method Details
-
doCreate
Description copied from class:XMLStreamWriterFactorySeeXMLStreamWriterFactory.create(OutputStream)for the contract. This method may be invoked concurrently.- Specified by:
doCreatein classXMLStreamWriterFactory
-
doCreate
Description copied from class:XMLStreamWriterFactorySeeXMLStreamWriterFactory.create(OutputStream,String)for the contract. This method may be invoked concurrently.- Specified by:
doCreatein classXMLStreamWriterFactory
-
doRecycle
Description copied from class:XMLStreamWriterFactorySeeXMLStreamWriterFactory.recycle(XMLStreamWriter)for the contract. This method may be invoked concurrently.- Specified by:
doRecyclein classXMLStreamWriterFactory
-