return new IntTestResponse(parameters.getIntValue());
}
public test.wsdl.marshall2.types.LongArrayTestResponse longArrayTest(test.wsdl.marshall2.types.LongArrayTest parameters)
throws java.rmi.RemoteException {
return new LongArrayTestResponse(parameters.getLongArray());
}