org.apache.openejb.server.cxf.rs
Class OpenEJBPerRequestPojoResourceProvider
java.lang.Object
org.apache.openejb.server.cxf.rs.OpenEJBPerRequestPojoResourceProvider
- All Implemented Interfaces:
- org.apache.cxf.jaxrs.lifecycle.ResourceProvider
public class OpenEJBPerRequestPojoResourceProvider
- extends Object
- implements org.apache.cxf.jaxrs.lifecycle.ResourceProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
injections
protected final Collection<org.apache.openejb.Injection> injections
context
protected final Context context
webbeansContext
protected final org.apache.webbeans.config.WebBeansContext webbeansContext
constructor
protected final Constructor<?> constructor
postConstructMethod
protected final Method postConstructMethod
preDestroyMethod
protected final Method preDestroyMethod
classLoader
protected final ClassLoader classLoader
OpenEJBPerRequestPojoResourceProvider
public OpenEJBPerRequestPojoResourceProvider(ClassLoader loader,
Class<?> clazz,
Collection<org.apache.openejb.Injection> injectionCollection,
Context initialContext,
org.apache.webbeans.config.WebBeansContext owbCtx)
getInstance
public Object getInstance(org.apache.cxf.message.Message m)
- Specified by:
getInstance in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
releaseInstance
public void releaseInstance(org.apache.cxf.message.Message m,
Object o)
- Specified by:
releaseInstance in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
getResourceClass
public Class<?> getResourceClass()
- Specified by:
getResourceClass in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.