org.gcube.data.analysis.tabulardata.server
Class TestServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.gcube.data.analysis.tabulardata.server.TestServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, TestService

public class TestServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements TestService

The server side implementation of the RPC service.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
TestServiceImpl()
           
 
Method Summary
 org.gcube.data.analysis.tabulardata.model.column.Column testColumn(org.gcube.data.analysis.tabulardata.model.column.Column column)
           
 org.gcube.data.analysis.tabulardata.model.table.Table testTable(org.gcube.data.analysis.tabulardata.model.table.Table table)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServiceImpl

public TestServiceImpl()
Method Detail

testTable

public org.gcube.data.analysis.tabulardata.model.table.Table testTable(org.gcube.data.analysis.tabulardata.model.table.Table table)
                                                                throws IllegalArgumentException
Specified by:
testTable in interface TestService
Throws:
IllegalArgumentException

testColumn

public org.gcube.data.analysis.tabulardata.model.column.Column testColumn(org.gcube.data.analysis.tabulardata.model.column.Column column)
                                                                   throws IllegalArgumentException
Specified by:
testColumn in interface TestService
Throws:
IllegalArgumentException


Copyright © 2013. All Rights Reserved.