public ShortArrayTestResponse shortArrayTest(ShortArrayTest parameters) throws java.rmi.RemoteException {
return new ShortArrayTestResponse(parameters.getShortArray());
}
public StringArrayTestResponse stringArrayTest(StringArrayTest parameters) throws java.rmi.RemoteException {
return new StringArrayTestResponse(parameters.getStringArray());
}