Uses of Interface
com.googlecode.jpattern.gwt.client.IServerCallService

Packages that use IServerCallService
com.googlecode.jpattern.gwt.client   
com.googlecode.jpattern.gwt.client.communication.direct   
 

Uses of IServerCallService in com.googlecode.jpattern.gwt.client
 

Classes in com.googlecode.jpattern.gwt.client that implement IServerCallService
 class NullServerCallService
           
 class RestServerCallService
           
 

Methods in com.googlecode.jpattern.gwt.client that return IServerCallService
 IServerCallService NullApplicationProvider.getServerCallService()
           
 IServerCallService AApplication.getServerCallService()
           
 IServerCallService IApplicationProvider.getServerCallService()
           
 

Methods in com.googlecode.jpattern.gwt.client with parameters of type IServerCallService
 void IApplicationSystem.setServerCallService(IServerCallService serverCallService)
           
 void AApplication.setServerCallService(IServerCallService serverCallService)
           
 

Uses of IServerCallService in com.googlecode.jpattern.gwt.client.communication.direct
 

Classes in com.googlecode.jpattern.gwt.client.communication.direct that implement IServerCallService
 class DirectServerCallService
           
 



Copyright © 2011. All Rights Reserved.