|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.composite.util.DelegatingInvocationHandler
net.sf.morph.util.AnyAccessDelegatingInvocationHandler
public class AnyAccessDelegatingInvocationHandler
DelegatingInvocationHandler that uses reflection to invoke non-public methods that match invocation signatures.
| Constructor Summary | |
|---|---|
AnyAccessDelegatingInvocationHandler(java.lang.Object delegate)
Construct a new AnyAccessDelegatingInvocationHandler. |
|
| Method Summary | |
|---|---|
protected java.lang.reflect.Method |
getDelegateMethod(java.lang.Object delegate,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
| Methods inherited from class net.sf.composite.util.DelegatingInvocationHandler |
|---|
getDelegate, getDelegate, invoke, setDelegate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnyAccessDelegatingInvocationHandler(java.lang.Object delegate)
delegate - | Method Detail |
|---|
protected java.lang.reflect.Method getDelegateMethod(java.lang.Object delegate,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Exception
getDelegateMethod in class net.sf.composite.util.DelegatingInvocationHandlerjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||