GWT 2.3.0

Uses of Interface
com.google.web.bindery.requestfactory.shared.ServiceLocator

Packages that use ServiceLocator
com.google.web.bindery.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
 

Uses of ServiceLocator in com.google.web.bindery.requestfactory.server
 

Methods in com.google.web.bindery.requestfactory.server with type parameters of type ServiceLocator
<T extends ServiceLocator>
T
ServiceLayerDecorator.createServiceLocator(java.lang.Class<T> clazz)
           
abstract
<T extends ServiceLocator>
T
ServiceLayer.createServiceLocator(java.lang.Class<T> clazz)
          Create an instance of the requested ServiceLocator type.
 

Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type ServiceLocator
 java.lang.Class<? extends ServiceLocator> ServiceLayerDecorator.resolveServiceLocator(java.lang.reflect.Method contextMethod, java.lang.reflect.Method domainMethod)
           
abstract  java.lang.Class<? extends ServiceLocator> ServiceLayer.resolveServiceLocator(java.lang.reflect.Method contextMethod, java.lang.reflect.Method domainMethod)
          Given a RequestContext method declaration, resolve the ServiceLocator that should be used when invoking the domain method.
 


GWT 2.3.0