|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
Object |
invoke(String method,
List arguments)
Called by a dipatcher when an XML-RPC invocation has been received (and processed by any XmlRpcInvocationProcessors). |
Method Detail |
---|
Object invoke(String method, List arguments) throws Throwable
method
- The name of the method that is to be invoked.arguments
- The arguments to supply to the method.
Throwable
- Any kind of exception may occurr in the method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |