Package com.sun.xml.rpc.streaming
Class FastInfosetWriterFactoryImpl
java.lang.Object
com.sun.xml.rpc.streaming.XMLWriterFactory
com.sun.xml.rpc.streaming.FastInfosetWriterFactoryImpl
A concrete factory for FI XMLWriter objects.
- Author:
- Santiago.PericasGeertsen@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal XMLWritercreateXMLWriter(OutputStream stream) Obtain an XMLWriter on the given OutputStream using the default encoding and XML declaration settings.final XMLWritercreateXMLWriter(OutputStream stream, String encoding) Obtain an XMLWriter on the given OutputStream using the given encoding and the default XML declaration settings.final XMLWritercreateXMLWriter(OutputStream stream, String encoding, boolean declare) Obtain an XMLWriter on the given OutputStream using the given encoding and the given XML declaration settings.static XMLWriterFactory
-
Constructor Details
-
FastInfosetWriterFactoryImpl
public FastInfosetWriterFactoryImpl()
-
-
Method Details
-
newInstance
-
createXMLWriter
Description copied from class:XMLWriterFactoryObtain an XMLWriter on the given OutputStream using the default encoding and XML declaration settings.- Specified by:
createXMLWriterin classXMLWriterFactory
-
createXMLWriter
Description copied from class:XMLWriterFactoryObtain an XMLWriter on the given OutputStream using the given encoding and the default XML declaration settings.- Specified by:
createXMLWriterin classXMLWriterFactory
-
createXMLWriter
Description copied from class:XMLWriterFactoryObtain an XMLWriter on the given OutputStream using the given encoding and the given XML declaration settings.- Specified by:
createXMLWriterin classXMLWriterFactory
-