Uses of Class
org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter

Packages that use XmlRpcSupport.XmlWriter
org.apache.xmlrpc.applet   
 

Uses of XmlRpcSupport.XmlWriter in org.apache.xmlrpc.applet
 

Methods in org.apache.xmlrpc.applet with parameters of type XmlRpcSupport.XmlWriter
(package private)  void XmlRpcSupport.writeObject(java.lang.Object what, XmlRpcSupport.XmlWriter writer)
          Writes the XML representation of a supported Java object to the XML writer.
(package private)  void XmlRpcSupport.writeRequest(XmlRpcSupport.XmlWriter writer, java.lang.String method, java.util.Vector params)
          Generate an XML-RPC request from a method name and a parameter vector.
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.