org.openejb.corba.util
Class StubMethodInterceptor

java.lang.Object
  extended byorg.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) $

Constructor Summary
StubMethodInterceptor(Class type)
           
 
Method Summary
 Object intercept(Object proxy, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubMethodInterceptor

public StubMethodInterceptor(Class type)
Method Detail

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.