Uses of Interface
org.apache.xmlrpc.XmlRpcHandler

Packages that use XmlRpcHandler
org.apache.xmlrpc   
org.apache.xmlrpc.fesi   
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.fesi
 

Classes in org.apache.xmlrpc.fesi that implement XmlRpcHandler
(package private)  class FesiRpcServer.FesiInvoker
           
 

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 © ${year} Apache Software Foundation. All Rights Reserved.