org.resteasy.plugins.server.resourcefactory
Class JndiResourceFactory
java.lang.Object
org.resteasy.plugins.server.resourcefactory.JndiResourceFactory
- All Implemented Interfaces:
- ResourceFactory
public class JndiResourceFactory
- extends java.lang.Object
- implements ResourceFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JndiResourceFactory
public JndiResourceFactory(java.lang.String jndiName)
registered
public void registered(InjectorFactory factory)
- Description copied from interface:
ResourceFactory
- Callback after registration has been completed.
- Specified by:
registered
in interface ResourceFactory
- Parameters:
factory
- allows singleton factories to pre-inject things like @Context references into the singleton instance
createResource
public java.lang.Object createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory)
- Specified by:
createResource
in interface ResourceFactory
unregistered
public void unregistered()
- Specified by:
unregistered
in interface ResourceFactory
getScannableClass
public java.lang.Class<?> getScannableClass()
- Description copied from interface:
ResourceFactory
- Class to scan for jax-rs annotations
- Specified by:
getScannableClass
in interface ResourceFactory
- Returns:
requestFinished
public void requestFinished(HttpRequest request,
HttpResponse response,
java.lang.Object resource)
- Description copied from interface:
ResourceFactory
- Callback when request is finished. usable for things like @PreDestroy if the underlying factory supports it
- Specified by:
requestFinished
in interface ResourceFactory
Copyright © 2008. All Rights Reserved.