public interface XmlRpcInvocationHandler
The XML-RPC library includes a reflective handler that other handlers may extend or use to wrap them up. @see serializers.ReflectiveInvocationHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.String method,
java.util.Collection arguments) |