char arg5 = in.read_wchar();
short arg6 = in.read_short();
String result = target.passPrimitives(arg0, arg1, arg2, arg3,
arg4, arg5, arg6);
org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
out.write_value(result, String.class);
return out;
}
else if (method.equals("passCollection"))
{
Collection arg0 = (Collection) in.read_value(Collection.class);