|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlRpcInvocationInterceptor | |
|---|---|
| redstone.xmlrpc | |
| redstone.xmlrpc.interceptors | |
| Uses of XmlRpcInvocationInterceptor in redstone.xmlrpc |
|---|
| Methods in redstone.xmlrpc that return types with arguments of type XmlRpcInvocationInterceptor | |
|---|---|
java.util.List<XmlRpcInvocationInterceptor> |
XmlRpcServer.getInvocationInterceptors()
Returns the incovation interceptors installed in this server. |
| 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. |
| Uses of XmlRpcInvocationInterceptor in redstone.xmlrpc.interceptors |
|---|
| Classes in redstone.xmlrpc.interceptors that implement XmlRpcInvocationInterceptor | |
|---|---|
class |
DebugInvocationInterceptor
Simple invocation processor that traces the calls made through an XmlRpcServer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||