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 XmlWriterFactoryXmlRpcClient.xmlWriterFactoryprivate static final XmlWriterFactoryXmlRpcClientDefaults.xmlWriterFactoryMethods in org.apache.xmlrpc.client that return XmlWriterFactoryModifier and TypeMethodDescriptionXmlRpcClient.getXmlWriterFactory()Returns the clients instance ofXmlWriterFactory.static XmlWriterFactoryXmlRpcClientDefaults.newXmlWriterFactory()Creates a newXmlWriterFactory.Methods in org.apache.xmlrpc.client with parameters of type XmlWriterFactoryModifier and TypeMethodDescriptionvoidXmlRpcClient.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 TypeClassDescriptionclassThe default instance ofXmlWriterFactorycreates instances ofXMLWriterImpl.classAn implementation ofXmlWriterFactory, which creates instances ofCharSetXMLWriter.classThe default implementation ofXmlWriterFactorytests, whether theCharSetXmlWriterFactoryis 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 TypeMethodDescriptionvoidXmlRpcStreamServer.setXMLWriterFactory(XmlWriterFactory pFactory) Sets the XML Writer factory.