Methods in redstone.xmlrpc with parameters of type XmlRpcInvocation |
java.lang.Object |
XmlRpcInvocationInterceptor.after(XmlRpcInvocation invocation,
java.lang.Object returnValue)
Called by an XmlRpcServer after the supplied method has been called. |
boolean |
XmlRpcInvocationInterceptor.before(XmlRpcInvocation invocation)
Called by an XmlRpcServer before the method with the supplied name is called. |
void |
XmlRpcInvocationInterceptor.onException(XmlRpcInvocation invocation,
java.lang.Throwable exception)
Called by an XmlRpcServer when the supplied method throws an exception. |