org.openejb.corba.util
Class StubMethodInterceptor
java.lang.Object
org.openejb.corba.util.StubMethodInterceptor
- All Implemented Interfaces:
- net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
- public class StubMethodInterceptor
- extends Object
- implements net.sf.cglib.proxy.MethodInterceptor
- Version:
- $Revision: 445550 $ $Date: 2005-07-13 22:49:31 +0200 (Wed, 13 Jul 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubMethodInterceptor
public StubMethodInterceptor(Class type)
intercept
public Object intercept(Object proxy,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws Throwable
- Specified by:
intercept
in interface net.sf.cglib.proxy.MethodInterceptor
- Throws:
Throwable
Copyright © 1999-2006 OpenEJB. All Rights Reserved.