Uses of Interface
org.apache.xmlrpc.serializer.XmlWriterFactory
Packages that use XmlWriterFactory
-
Uses of XmlWriterFactory in org.apache.xmlrpc.client
Fields in org.apache.xmlrpc.client declared as XmlWriterFactoryModifier and TypeFieldDescriptionprivate XmlWriterFactory
XmlRpcClient.xmlWriterFactory
private static final XmlWriterFactory
XmlRpcClientDefaults.xmlWriterFactory
Methods in org.apache.xmlrpc.client that return XmlWriterFactoryModifier and TypeMethodDescriptionXmlRpcClient.getXmlWriterFactory()
Returns the clients instance ofXmlWriterFactory
.static XmlWriterFactory
XmlRpcClientDefaults.newXmlWriterFactory()
Creates a newXmlWriterFactory
.Methods in org.apache.xmlrpc.client with parameters of type XmlWriterFactoryModifier and TypeMethodDescriptionvoid
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 XmlWriterFactoryModifier and TypeClassDescriptionclass
The default instance ofXmlWriterFactory
creates instances ofXMLWriterImpl
.class
An implementation ofXmlWriterFactory
, which creates instances ofCharSetXMLWriter
.class
The default implementation ofXmlWriterFactory
tests, whether theCharSetXmlWriterFactory
is usable.Fields in org.apache.xmlrpc.serializer declared as XmlWriterFactory -
Uses of XmlWriterFactory in org.apache.xmlrpc.server
Fields in org.apache.xmlrpc.server declared as XmlWriterFactoryMethods in org.apache.xmlrpc.server that return XmlWriterFactoryModifier and TypeMethodDescriptionXmlRpcStreamServer.getXMLWriterFactory()
Returns the XML Writer factory.Methods in org.apache.xmlrpc.server with parameters of type XmlWriterFactoryModifier and TypeMethodDescriptionvoid
XmlRpcStreamServer.setXMLWriterFactory
(XmlWriterFactory pFactory) Sets the XML Writer factory.