|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mrcode.duckprxy.impl.AbstractPrxyInvocationHandler mrcode.duckprxy.impl.PrxyInvocationHanlder
public class PrxyInvocationHanlder
The heart of the the DuckPrxyImpl
implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class mrcode.duckprxy.impl.AbstractPrxyInvocationHandler |
---|
AbstractPrxyInvocationHandler.DelegateClassInformation |
Field Summary |
---|
Fields inherited from class mrcode.duckprxy.impl.AbstractPrxyInvocationHandler |
---|
delegate |
Constructor Summary | |
---|---|
PrxyInvocationHanlder(java.lang.Object delegate)
|
Method Summary | |
---|---|
java.lang.reflect.Method |
getSubDelegateGetter()
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class mrcode.duckprxy.impl.AbstractPrxyInvocationHandler |
---|
getDelegateArguments, getDelegateClassInformation, getDuckArg, getSubDelegate, makeStrategies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrxyInvocationHanlder(java.lang.Object delegate)
Method Detail |
---|
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
java.lang.Throwable
public java.lang.reflect.Method getSubDelegateGetter()
getSubDelegateGetter
in class AbstractPrxyInvocationHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |