com.google.gwt.user.server.rpc .RemoteServiceServlet com.google.gwt.user.server.rpc .CollectionsTestServiceImpl echo public boolean[] echo(boolean[] actual) throws CollectionsTestServiceException(Code)
echo public byte[] echo(byte[] actual) throws CollectionsTestServiceException(Code)
echo public Byte [] echo(Byte [] actual) throws CollectionsTestServiceException(Code)
echo public char[] echo(char[] actual) throws CollectionsTestServiceException(Code)
echo public Date [] echo(Date [] actual) throws CollectionsTestServiceException(Code)
echo public double[] echo(double[] actual) throws CollectionsTestServiceException(Code)
echo public float[] echo(float[] actual) throws CollectionsTestServiceException(Code)
echo public Float [] echo(Float [] actual) throws CollectionsTestServiceException(Code)
echo public int[] echo(int[] actual) throws CollectionsTestServiceException(Code)
echo public long[] echo(long[] actual) throws CollectionsTestServiceException(Code)
echo public Long [] echo(Long [] actual) throws CollectionsTestServiceException(Code)
echo public short[] echo(short[] actual) throws CollectionsTestServiceException(Code)
echo public Short [] echo(Short [] actual) throws CollectionsTestServiceException(Code)
getArraysAsList public List getArraysAsList(List value)(Code) Return the result of Arrays.asList(Object[]) to force an
InvocationException on the client.