Class XMLWriterFactoryImpl

java.lang.Object
com.sun.xml.rpc.streaming.XMLWriterFactory
com.sun.xml.rpc.streaming.XMLWriterFactoryImpl

public class XMLWriterFactoryImpl extends XMLWriterFactory

A concrete factory for XMLWriter objects.

By default, writers created by this factory use UTF-8 encoding and write the namespace declaration at the top of each document they produce.

Author:
JAX-RPC Development Team