Uses of Class
org.apache.xmlrpc.XmlWriter

Packages that use XmlWriter
org.apache.xmlrpc   
 

Uses of XmlWriter in org.apache.xmlrpc
 

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.
 



Copyright © ${year} Apache Software Foundation. All Rights Reserved.