Package com.thoughtworks.proxy.kit

Utility classes building the toys.

See:
          Description

Interface Summary
ObjectReference<T> A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or ThreadLocal).
Resetter<T> Interface for a resetter component.
 

Class Summary
NoOperationResetter<T> A Resetter that has no operation.
PrivateInvoker An Invoker that is able to call protected and private methods.
ReflectionUtils Helper class for introspecting interface and class hierarchies.
SimpleInvoker A simple Invoker implementation, that routes any call to a target object.
SimpleReference<T> Simple implementation for an ObjectReference.
 

Package com.thoughtworks.proxy.kit Description

Utility classes building the toys.

General classes used in the toys and useful for other occasions.



Copyright © 2005-2010 Codehaus. All Rights Reserved.