{
Invoke invoke=new Invoke(
null,
"hello",
new Arg[]{new Arg(argKey_hello_to), new Arg(argKey_hello_repeat)},
resultKey_hello,
new FactoryResolverProvider(rf, resolverId));
action.addExecutable(invoke);
}
{
Invoke invoke=new Invoke(
null,
"printObject",
new Arg[]{new Arg(resultKey_hello)},
null,
HelloResolver.class);
action.addExecutable(invoke);
}