org.springframework.osgi.blueprint
Class ReferenceDelegateFactory
java.lang.Object
org.springframework.osgi.blueprint.ReferenceDelegateFactory
- All Implemented Interfaces:
- FactoryBean
public class ReferenceDelegateFactory
- extends Object
- implements FactoryBean
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceDelegateFactory
public ReferenceDelegateFactory()
throws Exception
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
Copyright © 2006-2011 Spring Framework. All Rights Reserved.