| |
|
| com.google.gwt.user.client.rpc.CollectionsTestService
All known Subclasses: com.google.gwt.user.server.rpc.CollectionsTestServiceImpl,
CollectionsTestService | public interface CollectionsTestService extends RemoteService(Code) | | TODO: document me.
|
echo | boolean[] echo(boolean[] value) throws CollectionsTestServiceException(Code) | | |
echo | byte[] echo(byte[] value) throws CollectionsTestServiceException(Code) | | |
echo | Byte[] echo(Byte[] value) throws CollectionsTestServiceException(Code) | | |
echo | char[] echo(char[] value) throws CollectionsTestServiceException(Code) | | |
echo | Date[] echo(Date[] date) throws CollectionsTestServiceException(Code) | | |
echo | double[] echo(double[] value) throws CollectionsTestServiceException(Code) | | |
echo | float[] echo(float[] value) throws CollectionsTestServiceException(Code) | | |
echo | int[] echo(int[] value) throws CollectionsTestServiceException(Code) | | |
echo | long[] echo(long[] value) throws CollectionsTestServiceException(Code) | | |
echo | Long[] echo(Long[] value) throws CollectionsTestServiceException(Code) | | |
echo | short[] echo(short[] value) throws CollectionsTestServiceException(Code) | | |
getArraysAsList | List getArraysAsList(List value)(Code) | | This method is used to test that trying to return Arrays.asList will result
in an InvocationException on the client.
|
|
|
|