Methods in org.apache.xmlrpc with parameters of type XmlWriter |
(package private) void |
XmlRpcResponseProcessor.writeResponse(java.lang.Object param,
XmlWriter writer)
Writes an XML-RPC response to the XML writer. |
(package private) void |
XmlRpcResponseProcessor.writeError(int code,
java.lang.String message,
XmlWriter writer)
Writes an XML-RPC error response to the XML writer. |
(package private) void |
XmlRpcClient.Worker.writeRequest(XmlWriter writer,
java.lang.String method,
java.util.Vector params)
Generate an XML-RPC request from a method name and a parameter vector. |