Frames | No Frames |
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. |
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 . |
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. |