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

Packages that use XmlRpc.XmlWriter
org.apache.xmlrpc   
 

Uses of XmlRpc.XmlWriter in org.apache.xmlrpc
 

Methods in org.apache.xmlrpc with parameters of type XmlRpc.XmlWriter
(package private)  void XmlRpc.writeObject(java.lang.Object what, XmlRpc.XmlWriter writer)
          Writes the XML representation of a supported Java object to the XML writer.
(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-2001 Apache Software Foundation. All Rights Reserved.