Uses of Class
org.apache.xmlrpc.XmlRpc.XmlWriter

Packages that use XmlRpc.XmlWriter
org.apache.xmlrpc   
 

Uses of XmlRpc.XmlWriter in org.apache.xmlrpc
 

Fields in org.apache.xmlrpc declared as XmlRpc.XmlWriter
private  XmlRpc.XmlWriter XmlRpcServer.Worker.writer
           
 

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



Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.