dynaop
Interface ProxyType


public interface ProxyType

Proxy type. Enables proxy reflection.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 InterceptorFactory[] getInterceptorFactories(java.lang.reflect.Method method)
          Gets interceptor factory chain for a method.
 java.lang.Class[] getInterfaces()
          Gets interfaces the proxy implements.
 

Method Detail

getInterfaces

public java.lang.Class[] getInterfaces()
Gets interfaces the proxy implements.


getInterceptorFactories

public InterceptorFactory[] getInterceptorFactories(java.lang.reflect.Method method)
Gets interceptor factory chain for a method. Can return null.

Parameters:
method - Method.