org.apache.openejb.server.cxf.rs
Class OpenEJBPerRequestPojoResourceProvider

java.lang.Object
  extended by org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
      extended by org.apache.openejb.server.cxf.rs.OpenEJBPerRequestPojoResourceProvider
All Implemented Interfaces:
org.apache.cxf.jaxrs.lifecycle.ResourceProvider

public class OpenEJBPerRequestPojoResourceProvider
extends org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider


Field Summary
protected  Context context
           
protected  Collection<org.apache.openejb.Injection> injections
           
 
Constructor Summary
OpenEJBPerRequestPojoResourceProvider(Class<?> clazz, Collection<org.apache.openejb.Injection> injectionCollection, Context ctx)
           
 
Method Summary
protected  Object createInstance(org.apache.cxf.message.Message m)
           
 
Methods inherited from class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
getInstance, getResourceClass, isSingleton, releaseInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

injections

protected Collection<org.apache.openejb.Injection> injections

context

protected Context context
Constructor Detail

OpenEJBPerRequestPojoResourceProvider

public OpenEJBPerRequestPojoResourceProvider(Class<?> clazz,
                                             Collection<org.apache.openejb.Injection> injectionCollection,
                                             Context ctx)
Method Detail

createInstance

protected Object createInstance(org.apache.cxf.message.Message m)
Overrides:
createInstance in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.