Package net.sf.crispy.proxy

Proxy-classes to intercept all method-calls from the service classes.

See:
          Description

Class Summary
CommonsProxyFactory Is a special DynamicProxy.
DynamicJdkProxy Implementation from a DynamicProxy with the jdk java.lang.reflect.Proxy class.
DynamicProxy Catch all method invocation.
DynamicProxyFactory Encapsulate create a instance of DynamicProxy.
InvocationHandler Handel Invocation from the DynamicProxy-implementation.
Proxy Parent-class from all Proxys.
ProxyDecorator Decorate the Proxy.
StaticProxy Parent-Proxy for all classes that have your own stubs.
StaticProxyDecorator Decorate all StaticProxy-implementations.
 

Package net.sf.crispy.proxy Description

Proxy-classes to intercept all method-calls from the service classes.



Copyright © 2005-2006 Crispy. All Rights Reserved.