|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectikrs.json.rpc.AbstractInvocationTarget
public abstract class AbstractInvocationTarget
This is an abstract RPCMethodInvocationTarget implementation.
| Constructor Summary | |
|---|---|
AbstractInvocationTarget()
|
|
| Method Summary | |
|---|---|
boolean |
checkMethodInvocation(java.lang.reflect.Method method)
This is a default implementation that allows ONLY this method itself and all public methods to be invocated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractInvocationTarget()
| Method Detail |
|---|
public boolean checkMethodInvocation(java.lang.reflect.Method method)
checkMethodInvocation in interface RPCInvocationTargetmethod - The method which shall be checked if invocation
is allowed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||