Package org.proxy4j.core
-
Interface Summary Interface Description InterceptorFactory Factory which can be used to create per-method instances of interceptor(s).ProxyFactory A factory interface for creating different types of proxies.ProxyHandler<T> A method invocation handler for proxy invocations.ProxyInvocation<T> Describes a method invocation on a proxy. -
Class Summary Class Description BaseProxyFactory Abstract base implementation ofProxyFactory.InterceptorChain An adaptation of Guice's InterceptorStackCallback (author: Bob Lee), but generalized to use the AOP alliance interfaces. -
Exception Summary Exception Description GenerationException Exception indicating a failure in proxy generation. -
Annotation Types Summary Annotation Type Description ProxyLoader Qualifying annotation used to inject the proxyClassLoaderinto theProxyFactory.