org.apache.aries.proxy
Interface InvocationHandlerWrapper

All Known Implementing Classes:
DefaultWrapper

public interface InvocationHandlerWrapper


Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args, java.lang.reflect.InvocationHandler delegate)
           
 

Method Detail

invoke

java.lang.Object invoke(java.lang.Object proxy,
                        java.lang.reflect.Method m,
                        java.lang.Object[] args,
                        java.lang.reflect.InvocationHandler delegate)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.