Uses of Interface
org.jboss.resteasy.spi.ResourceFactory

Packages that use ResourceFactory
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.guice   
org.jboss.resteasy.plugins.server.resourcefactory   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.spi   
 

Uses of ResourceFactory in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as ResourceFactory
protected  ResourceFactory ResourceMethod.resource
           
protected  ResourceFactory ResourceLocator.resource
           
 

Methods in org.jboss.resteasy.core with parameters of type ResourceFactory
 void ResourceMethodRegistry.addResourceFactory(ResourceFactory ref)
          Bind an endpoint ResourceFactory.
 void ResourceMethodRegistry.addResourceFactory(ResourceFactory ref, String base)
          ResourceFactory.getScannableClass() defines what class should be scanned for JAX-RS annotations.
 void ResourceMethodRegistry.addResourceFactory(ResourceFactory ref, String base, Class<?> clazz)
          ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces of the clazz parameter.
protected  void ResourceMethodRegistry.processMethod(ResourceFactory ref, String base, Class<?> clazz, Method implementation)
           
 

Constructors in org.jboss.resteasy.core with parameters of type ResourceFactory
ResourceLocator(ResourceFactory resource, InjectorFactory injector, ResteasyProviderFactory providerFactory, Class root, Method method)
           
ResourceMethod(Class<?> clazz, Method method, InjectorFactory injector, ResourceFactory resource, ResteasyProviderFactory providerFactory, Set<String> httpMethods)
           
 

Uses of ResourceFactory in org.jboss.resteasy.plugins.guice
 

Classes in org.jboss.resteasy.plugins.guice that implement ResourceFactory
 class GuiceResourceFactory
           
 

Uses of ResourceFactory in org.jboss.resteasy.plugins.server.resourcefactory
 

Classes in org.jboss.resteasy.plugins.server.resourcefactory that implement ResourceFactory
 class JndiComponentResourceFactory
          Used for component jndi-based resources like EJBs.
 class JndiResourceFactory
           
 class POJOResourceFactory
          Allocates an instance of a class at each invocation
 class SingletonResource
          VERY simple implementation that just returns the instance the SingleResource was created with
 

Uses of ResourceFactory in org.jboss.resteasy.plugins.spring
 

Classes in org.jboss.resteasy.plugins.spring that implement ResourceFactory
 class SpringResourceFactory
           
 

Uses of ResourceFactory in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type ResourceFactory
protected  List<ResourceFactory> ResteasyDeployment.resourceFactories
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type ResourceFactory
 List<ResourceFactory> ResteasyDeployment.getResourceFactories()
           
 

Methods in org.jboss.resteasy.spi with parameters of type ResourceFactory
 void Registry.addResourceFactory(ResourceFactory ref)
          Add a custom resource implementation endpoint.
 void Registry.addResourceFactory(ResourceFactory ref, String basePath)
          Add a custom resource implementation endpoint.
 void Registry.addResourceFactory(ResourceFactory ref, String base, Class<?> clazz)
          ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces of the clazz parameter.
 

Method parameters in org.jboss.resteasy.spi with type arguments of type ResourceFactory
 void ResteasyDeployment.setResourceFactories(List<ResourceFactory> resourceFactories)
           
 



Copyright © 2011. All Rights Reserved.