public class TaskoXmlRpcInvocationInterceptor
extends java.lang.Object
implements redstone.xmlrpc.XmlRpcInvocationInterceptor
| Constructor and Description | 
|---|
| TaskoXmlRpcInvocationInterceptor() | 
| 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 incovation,
           java.lang.Throwable exception) | 
public java.lang.Object after(redstone.xmlrpc.XmlRpcInvocation invocation,
                              java.lang.Object returnValue)
after in interface redstone.xmlrpc.XmlRpcInvocationInterceptorpublic boolean before(redstone.xmlrpc.XmlRpcInvocation invocation)
before in interface redstone.xmlrpc.XmlRpcInvocationInterceptorpublic void onException(redstone.xmlrpc.XmlRpcInvocation incovation,
                        java.lang.Throwable exception)
onException in interface redstone.xmlrpc.XmlRpcInvocationInterceptor