*/
@Test(groups = {"invocationContext", "get/setParameters"})
public void testParameters02() throws Exception {
ItfInvocationParameterTest bean = getBeanRemoteInstance(SLSBInvocationParameterTest.class,
ItfInvocationParameterTest.class);
bean.testWithoutModification(SLSBInvocationParameter00.class);
}
/**
* Verifies if the intercepted method parameters can be returned WITHOUT
* modifications. The interceptor is a external class.