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

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

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.seam
 

Subclasses of ServiceFactory in org.granite.seam
 class SeamServiceFactory
           
 

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.cdi
 

Subclasses of ServiceFactory in org.granite.tide.cdi
 class CDIServiceFactory
           
 

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

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

Uses of ServiceFactory in org.granite.tide.spring
 

Subclasses of ServiceFactory in org.granite.tide.spring
 class SpringServiceFactory