dynaop
Interface InterceptorFactory


public interface InterceptorFactory

Manufactures interceptors.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 Interceptor create(Proxy proxy)
          Creates interceptor for specified proxy.
 java.util.Properties getProperties()
          Gets properties.
 

Method Detail

create

public Interceptor create(Proxy proxy)
Creates interceptor for specified proxy.


getProperties

public java.util.Properties getProperties()
Gets properties. Useful for debugging.