org.apache.openejb.server.axis.client
Class ServiceMethodInterceptor

java.lang.Object
  extended by org.apache.openejb.server.axis.client.ServiceMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class ServiceMethodInterceptor
extends java.lang.Object
implements net.sf.cglib.proxy.MethodInterceptor


Constructor Summary
ServiceMethodInterceptor(java.util.Map seiFactoryMap)
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object o, java.lang.reflect.Method method, java.lang.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(java.util.Map seiFactoryMap)
Method Detail

intercept

public java.lang.Object intercept(java.lang.Object o,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] objects,
                                  net.sf.cglib.proxy.MethodProxy methodProxy)
                           throws java.lang.Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.