* the objects returned by the method.
* @throws Exception if there is a problem with the test.
*/
@Test(groups = {"invocationContext", "get/setParameters"})
public void testParameters02() throws Exception {
ItfInvocationParameterTest bean = getBeanRemoteInstance(SLSBInvocationParameterTest.class,
ItfInvocationParameterTest.class);
bean.testWithoutModification(SLSBInvocationParameter00.class);
}