org.apache.geronimo.axis2.client
Class Axis2PortMethodInterceptor

java.lang.Object
  extended by org.apache.geronimo.jaxws.client.PortMethodInterceptor
      extended by org.apache.geronimo.axis2.client.Axis2PortMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class Axis2PortMethodInterceptor
extends PortMethodInterceptor


Constructor Summary
Axis2PortMethodInterceptor(Map<Object,EndpointInfo> seiInfoMap)
           
 
Method Summary
 Object intercept(Object target, Method method, Object[] arguments, 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

Axis2PortMethodInterceptor

public Axis2PortMethodInterceptor(Map<Object,EndpointInfo> seiInfoMap)
Method Detail

intercept

public Object intercept(Object target,
                        Method method,
                        Object[] arguments,
                        net.sf.cglib.proxy.MethodProxy methodProxy)
                 throws Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Overrides:
intercept in class PortMethodInterceptor
Throws:
Throwable


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.