org.apache.aries.proxy.impl
Class DefaultWrapper

java.lang.Object
  extended by org.apache.aries.proxy.impl.DefaultWrapper
All Implemented Interfaces:
InvocationHandlerWrapper

public class DefaultWrapper
extends Object
implements InvocationHandlerWrapper


Constructor Summary
DefaultWrapper()
           
 
Method Summary
 Object invoke(Object proxy, Method m, Object[] args, InvocationHandler delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWrapper

public DefaultWrapper()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method m,
                     Object[] args,
                     InvocationHandler delegate)
              throws Throwable
Specified by:
invoke in interface InvocationHandlerWrapper
Throws:
Throwable


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