Uses of Interface
redstone.xmlrpc.XmlRpcInvocationInterceptor

Packages that use XmlRpcInvocationInterceptor
redstone.xmlrpc   
 

Uses of XmlRpcInvocationInterceptor in redstone.xmlrpc
 

Methods in redstone.xmlrpc with parameters of type XmlRpcInvocationInterceptor
 void XmlRpcServer.addInvocationInterceptor(XmlRpcInvocationInterceptor interceptor)
          Invocation interceptors are invoked on every call, regardless of which handler or method the call is intended for.
 void XmlRpcServer.removeInvocationInterceptor(XmlRpcInvocationInterceptor interceptor)
          Removes a previously registered invocation interceptor.