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 XmlWriterFactoryXmlRpcClient. xmlWriterFactoryprivate static XmlWriterFactoryXmlRpcClientDefaults. xmlWriterFactoryMethods in org.apache.xmlrpc.client that return XmlWriterFactory Modifier and Type Method Description XmlWriterFactoryXmlRpcClient. getXmlWriterFactory()Returns the clients instance ofXmlWriterFactory.static XmlWriterFactoryXmlRpcClientDefaults. newXmlWriterFactory()Creates a newXmlWriterFactory.Methods in org.apache.xmlrpc.client with parameters of type XmlWriterFactory Modifier and Type Method Description voidXmlRpcClient. 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 classBaseXmlWriterFactoryThe default instance ofXmlWriterFactorycreates instances ofXMLWriterImpl.classCharSetXmlWriterFactoryAn implementation ofXmlWriterFactory, which creates instances ofCharSetXMLWriter.classDefaultXMLWriterFactoryThe default implementation ofXmlWriterFactorytests, whether theCharSetXmlWriterFactoryis usable.Fields in org.apache.xmlrpc.serializer declared as XmlWriterFactory Modifier and Type Field Description private XmlWriterFactoryDefaultXMLWriterFactory. factory -
Uses of XmlWriterFactory in org.apache.xmlrpc.server
Fields in org.apache.xmlrpc.server declared as XmlWriterFactory Modifier and Type Field Description private XmlWriterFactoryXmlRpcStreamServer. writerFactoryMethods in org.apache.xmlrpc.server that return XmlWriterFactory Modifier and Type Method Description XmlWriterFactoryXmlRpcStreamServer. getXMLWriterFactory()Returns the XML Writer factory.Methods in org.apache.xmlrpc.server with parameters of type XmlWriterFactory Modifier and Type Method Description voidXmlRpcStreamServer. setXMLWriterFactory(XmlWriterFactory pFactory)Sets the XML Writer factory.
-