marquee.xmlrpc
Interface XmlRpcInvocationHandler

All Known Implementing Classes:
InvocationHandler, ReflectiveInvocationHandler, ServletExample.ExampleInvocationHandler, SessionExampleServer.SessionExampleHandler, Validator, XmlRpcClient

public interface XmlRpcInvocationHandler

When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.

The XML-RPC library includes a reflective handler that other handlers may extend or use to wrap them up. @see serializers.ReflectiveInvocationHandler

Since:
JDK 1.1
Version:
$Revision: 1.4 $
Author:
Greger Ohlson (greger.ohlson@marquee.se)

Method Summary
 java.lang.Object invoke(java.lang.String method, java.util.Collection arguments)
           
 

Method Detail

invoke

java.lang.Object invoke(java.lang.String method,
                        java.util.Collection arguments)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable