| Package | Description |
|---|---|
| org.apache.xmlrpc.client | |
| org.apache.xmlrpc.serializer | |
| org.apache.xmlrpc.server |
| Modifier and Type | Method and Description |
|---|---|
XmlWriterFactory |
XmlRpcClient.getXmlWriterFactory()
Returns the clients instance of
XmlWriterFactory. |
static XmlWriterFactory |
XmlRpcClientDefaults.newXmlWriterFactory()
Creates a new
XmlWriterFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcClient.setXmlWriterFactory(XmlWriterFactory pFactory)
Sets the clients instance of
XmlWriterFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseXmlWriterFactory
The default instance of
XmlWriterFactory creates
instances of XMLWriterImpl. |
class |
CharSetXmlWriterFactory
An implementation of
XmlWriterFactory,
which creates instances of
CharSetXMLWriter. |
class |
DefaultXMLWriterFactory
The default implementation of
XmlWriterFactory
tests, whether the CharSetXmlWriterFactory
is usable. |
| Modifier and Type | Method and Description |
|---|---|
XmlWriterFactory |
XmlRpcStreamServer.getXMLWriterFactory()
Returns the XML Writer factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcStreamServer.setXMLWriterFactory(XmlWriterFactory pFactory)
Sets the XML Writer factory.
|
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.