org.apache.geronimo.corba.util
Class StubMethodInterceptor

java.lang.Object
  extended by org.apache.geronimo.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


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 © 2003-2007 Apache Software Foundation. All Rights Reserved.