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.
 



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