Uses of Class
org.granite.messaging.service.ServiceFactory

Packages that use ServiceFactory
org.granite.messaging.service   
 

Uses of ServiceFactory in org.granite.messaging.service
 

Classes in org.granite.messaging.service with type parameters of type ServiceFactory
 class ServiceInvoker<T extends ServiceFactory>
          Abstract base class for all service's methods calls.
 

Subclasses of ServiceFactory in org.granite.messaging.service
 class SimpleServiceFactory
           
 

Fields in org.granite.messaging.service declared as ServiceFactory
protected  T ServiceInvoker.factory
           
 

Methods in org.granite.messaging.service that return ServiceFactory
static ServiceFactory ServiceFactory.getFactoryInstance(RemotingMessage request)