Package com.thoughtworks.proxy.kit

Utility classes building the toys.

See:
          Description

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

Class Summary
NoOperationResetter 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 Simple implmenentation 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.