|
||||||||||
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 | |
---|---|
java.lang.Object |
invoke(java.lang.String method,
java.util.List arguments)
Called by a dipatcher when an XML-RPC invocation has been received (and processed by any XmlRpcInvocationProcessors). |
Method Detail |
---|
java.lang.Object invoke(java.lang.String method, java.util.List arguments) throws java.lang.Throwable
method
- The name of the method that is to be invoked.arguments
- The arguments to supply to the method.
java.lang.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 |