public class TestInvocation extends InvocationBase implements Serializable(Code)
Just extending InvocationBase and using implementation from
MethodCallByMethodInvocation for the getWrapper() and copy() methods.
Just need a simple invocation instance for testing.
author: Tom Elrod
public Invocation getWrapper(Interceptor[] newchain)(Code)
Get a wrapper invocation object that can insert a new chain of interceptors
at runtime to the invocation flow. CFlow makes use of this.
When the wrapper object finishes its invocation chain it delegates back to
the wrapped invocation.
Parameters: newchain -