org.apache.openejb.spring
Class SpringReference

java.lang.Object
  extended by javax.naming.Reference
      extended by org.apache.xbean.naming.reference.SimpleReference
          extended by org.apache.openejb.core.ivm.naming.Reference
              extended by org.apache.openejb.spring.SpringReference
All Implemented Interfaces:
Serializable, Cloneable

public class SpringReference
extends Reference

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.xbean.naming.reference.SimpleReference
org.apache.xbean.naming.reference.SimpleReference.SimpleObjectFactory
 
Field Summary
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
SpringReference(org.springframework.context.ApplicationContext applicationContext, String beanName, Class beanType)
           
 
Method Summary
 org.springframework.context.ApplicationContext getApplicationContext()
           
 String getBeanName()
           
 Class getBeanType()
           
 Object getObject()
           
 
Methods inherited from class org.apache.openejb.core.ivm.naming.Reference
getContent
 
Methods inherited from class org.apache.xbean.naming.reference.SimpleReference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpringReference

public SpringReference(org.springframework.context.ApplicationContext applicationContext,
                       String beanName,
                       Class beanType)
Method Detail

getApplicationContext

public org.springframework.context.ApplicationContext getApplicationContext()

getBeanName

public String getBeanName()

getBeanType

public Class getBeanType()

getObject

public Object getObject()
Specified by:
getObject in class Reference


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.