Uses of Interface
org.apache.xmlrpc.XmlRpcHandler

Packages that use XmlRpcHandler
org.apache.xmlrpc   
org.apache.xmlrpc.secure   
 

Uses of XmlRpcHandler in org.apache.xmlrpc
 

Classes in org.apache.xmlrpc that implement XmlRpcHandler
 class Echo
          A simple handler which echos its input parameters.
 class Invoker
          Introspects handlers using Java Reflection to call methods matching a XML-RPC call.
 class XmlRpcClient
          A multithreaded, reusable XML-RPC client object.
 class XmlRpcClientLite
          A multithreaded, reusable XML-RPC client object.
 

Uses of XmlRpcHandler in org.apache.xmlrpc.secure
 

Classes in org.apache.xmlrpc.secure that implement XmlRpcHandler
 class SecureXmlRpcClient
          A multithreaded, reusable XML-RPC client object.
 



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