Uses of Interface org.apache.xmlrpc.serializer.XmlWriterFactory

Uses in package org.apache.xmlrpc.serializer

Classes implementing org.apache.xmlrpc.serializer.XmlWriterFactory

class
The default instance of XmlWriterFactory creates instances of org.apache.ws.commons.serialize.XMLWriterImpl.
class
An implementation of XmlWriterFactory, which creates instances of org.apache.ws.commons.serialize.CharSetXMLWriter.
class
The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable.

Uses in package org.apache.xmlrpc.client

Methods with parameter type org.apache.xmlrpc.serializer.XmlWriterFactory

void
Sets the clients instance of XmlWriterFactory.

Methods with return type org.apache.xmlrpc.serializer.XmlWriterFactory

XmlWriterFactory
Returns the clients instance of XmlWriterFactory.

Uses in package org.apache.xmlrpc.server

Methods with parameter type org.apache.xmlrpc.serializer.XmlWriterFactory

void
Sets the XML Writer factory.

Methods with return type org.apache.xmlrpc.serializer.XmlWriterFactory

XmlWriterFactory
Returns the XML Writer factory.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.