Uses of Interface
org.apache.xmlrpc.serializer.XmlWriterFactory
-
Packages that use XmlWriterFactory Package Description org.apache.xmlrpc.client org.apache.xmlrpc.serializer org.apache.xmlrpc.server -
-
Uses of XmlWriterFactory in org.apache.xmlrpc.client
Methods in org.apache.xmlrpc.client that return XmlWriterFactory Modifier and Type Method Description XmlWriterFactory
XmlRpcClient. getXmlWriterFactory()
Returns the clients instance ofXmlWriterFactory
.static XmlWriterFactory
XmlRpcClientDefaults. newXmlWriterFactory()
Creates a newXmlWriterFactory
.Methods in org.apache.xmlrpc.client with parameters of type XmlWriterFactory Modifier and Type Method Description void
XmlRpcClient. setXmlWriterFactory(XmlWriterFactory pFactory)
Sets the clients instance ofXmlWriterFactory
. -
Uses of XmlWriterFactory in org.apache.xmlrpc.serializer
Classes in org.apache.xmlrpc.serializer that implement XmlWriterFactory Modifier and Type Class Description class
BaseXmlWriterFactory
The default instance ofXmlWriterFactory
creates instances ofXMLWriterImpl
.class
CharSetXmlWriterFactory
An implementation ofXmlWriterFactory
, which creates instances ofCharSetXMLWriter
.class
DefaultXMLWriterFactory
The default implementation ofXmlWriterFactory
tests, whether theCharSetXmlWriterFactory
is usable. -
Uses of XmlWriterFactory in org.apache.xmlrpc.server
Methods in org.apache.xmlrpc.server that return XmlWriterFactory Modifier and Type Method Description XmlWriterFactory
XmlRpcStreamServer. getXMLWriterFactory()
Returns the XML Writer factory.Methods in org.apache.xmlrpc.server with parameters of type XmlWriterFactory Modifier and Type Method Description void
XmlRpcStreamServer. setXMLWriterFactory(XmlWriterFactory pFactory)
Sets the XML Writer factory.
-