public class LoggingInvocationProcessor
extends java.lang.Object
implements redstone.xmlrpc.XmlRpcInvocationInterceptor
| Constructor and Description |
|---|
LoggingInvocationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
after(redstone.xmlrpc.XmlRpcInvocation invocation,
java.lang.Object returnValue) |
boolean |
before(redstone.xmlrpc.XmlRpcInvocation invocation) |
void |
onException(redstone.xmlrpc.XmlRpcInvocation invocation,
java.lang.Throwable exception) |
public boolean before(redstone.xmlrpc.XmlRpcInvocation invocation)
before in interface redstone.xmlrpc.XmlRpcInvocationInterceptorpublic java.lang.Object after(redstone.xmlrpc.XmlRpcInvocation invocation,
java.lang.Object returnValue)
after in interface redstone.xmlrpc.XmlRpcInvocationInterceptorpublic void onException(redstone.xmlrpc.XmlRpcInvocation invocation,
java.lang.Throwable exception)
onException in interface redstone.xmlrpc.XmlRpcInvocationInterceptor