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

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

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


Constructor Summary
ServiceEndpointMethodInterceptor(GenericServiceEndpoint stub, OperationInfo[] operations, java.lang.String credentialsName)
           
 
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

ServiceEndpointMethodInterceptor

public ServiceEndpointMethodInterceptor(GenericServiceEndpoint stub,
                                        OperationInfo[] operations,
                                        java.lang.String credentialsName)
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.