public class ConnectorMethodInterceptor extends Object implements net.sf.cglib.proxy.MethodInterceptor
Every time a method of a @see #org.mule.api.transport.Connector implementation is called this class is called. @see{MethodInterceptor}
This class only acts when the method is connect
| Constructor and Description |
|---|
ConnectorMethodInterceptor() |
public Object intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy) throws Throwable
intercept in interface net.sf.cglib.proxy.MethodInterceptorThrowableMethodInterceptor.intercept(Object, java.lang.reflect.Method, Object[], net.sf.cglib.proxy.MethodProxy)Copyright © 2017. All rights reserved.