Package dynaop

Provides for proxy creation.

See:
          Description

Interface Summary
ClassPointcut Picks classes.
Handle Serializable reference to a proxy.
Interceptor Method interception advice.
InterceptorFactory Manufactures interceptors.
Invocation Intercepted method invocation.
MethodPointcut Picks methods.
MixinFactory Manufactures mixins.
Proxy Implemented by generated proxies.
ProxyAware Implemented by mixins or interceptors that need access to the surrounding proxy.
ProxyContext Proxy instance context.
ProxyType Proxy type.
 

Class Summary
Aspects Collection of aspects.
Debug Tool for debugging proxy factory configurations.
DispatchInterceptor Dispatches to method in interceptor with the same signature as the intercepted method.
Pointcuts Creates class and method pointcuts.
ProxyFactory Manufactures proxies.
 

Exception Summary
ConfigurationException Thrown in the event of a fatal proxy configuration error.
 

Package dynaop Description

Provides for proxy creation.