org.apache.geronimo.axis.client
Class ServiceMethodInterceptor

java.lang.Object
  extended byorg.apache.geronimo.axis.client.ServiceMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor, Serializable

public class ServiceMethodInterceptor
extends Object
implements net.sf.cglib.proxy.MethodInterceptor, Serializable

Version:
$Rev: 356022 $ $Date: 2005-12-11 21:58:34 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
ServiceMethodInterceptor(Map seiFactoryMap)
           
 
Method Summary
 Object intercept(Object o, Method method, Object[] objects, 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

ServiceMethodInterceptor

public ServiceMethodInterceptor(Map seiFactoryMap)
Method Detail

intercept

public Object intercept(Object o,
                        Method method,
                        Object[] objects,
                        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.