return new ByteTestResponse(parameters.getByteValue());
    }
    public test.wsdl.marshall2.types.DoubleArrayTestResponse doubleArrayTest(test.wsdl.marshall2.types.DoubleArrayTest parameters)
            throws java.rmi.RemoteException {
        return new DoubleArrayTestResponse(parameters.getDoubleArray());
    }