com.thesis.frondend.client
Interface BackendService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
BackendServiceImpl

@RemoteServiceRelativePath(value="backendService")
public interface BackendService
extends com.google.gwt.user.client.rpc.RemoteService

BackendService


Method Summary
 Item sendToBackEnd(java.lang.String filePath)
           
 

Method Detail

sendToBackEnd

Item sendToBackEnd(java.lang.String filePath)
                   throws java.io.IOException
Throws:
java.io.IOException