| 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 | Description |
|---|---|
| BaseProxyFactory |
Abstract base implementation of
ProxyFactory. |
| InterceptorChain |
An adaptation of Guice's InterceptorStackCallback
(author: Bob Lee), but generalized to use the AOP alliance interfaces.
|
| Exception | Description |
|---|---|
| GenerationException |
Exception indicating a failure in proxy generation.
|
| Annotation Type | Description |
|---|---|
| ProxyLoader |
Qualifying annotation used to inject the proxy
ClassLoader
into the ProxyFactory. |
Copyright © 2014. All rights reserved.