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

Packages that use ServiceFactory
org.granite.config   
org.granite.messaging.service   
org.granite.tide   
org.granite.tide.ejb   
 

Uses of ServiceFactory in org.granite.config
 

Methods in org.granite.config that return types with arguments of type ServiceFactory
 Class<? extends ServiceFactory> ConfigProvider.getFactoryClass()
           
 

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 EjbServiceFactory
           
 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)
           
 

Uses of ServiceFactory in org.granite.tide
 

Classes in org.granite.tide with type parameters of type ServiceFactory
 class TideServiceInvoker<T extends ServiceFactory>
          Base class for Tide service invokers Adapts the Tide invocation model with Granite
 

Uses of ServiceFactory in org.granite.tide.ejb
 

Methods in org.granite.tide.ejb that return types with arguments of type ServiceFactory
 Class<? extends ServiceFactory> EjbConfigProvider.getFactoryClass()