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

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


getProperties

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