This package contains various bits of debugging code for use with the remote layer.
At this moment, there is a generic DebugILFactory implementation which can be used to replace the usual ILFactory in a configured Endpoint and causes the standard InvocationHandler to be replaced with one of the programmer's choice. By default, DebugILFactory creates instances of TimingInvocationHandler.
@see org.dancres.blitz.remote.debug.DebugILFactory @see org.dancres.blitz.remote.debug.TimingInvocationHandler