Class DefaultXMLWriterFactory

java.lang.Object
org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
All Implemented Interfaces:
XmlWriterFactory

public class DefaultXMLWriterFactory extends Object implements XmlWriterFactory
The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable. This is the case, when running in Java 1.4 or later. If so, this factory is used. Otherwise, the BaseXmlWriterFactory is used as a fallback.