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
Fields in org.apache.xmlrpc.client declared as XmlWriterFactory Modifier and Type Field Description private XmlWriterFactory
XmlRpcClient. xmlWriterFactory
private static XmlWriterFactory
XmlRpcClientDefaults. xmlWriterFactory
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.Fields in org.apache.xmlrpc.serializer declared as XmlWriterFactory Modifier and Type Field Description private XmlWriterFactory
DefaultXMLWriterFactory. factory
-
Uses of XmlWriterFactory in org.apache.xmlrpc.server
Fields in org.apache.xmlrpc.server declared as XmlWriterFactory Modifier and Type Field Description private XmlWriterFactory
XmlRpcStreamServer. writerFactory
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.
-