org.springframework.osgi.blueprint
Class ReferenceDelegateFactory

java.lang.Object
  extended by org.springframework.osgi.blueprint.ReferenceDelegateFactory
All Implemented Interfaces:
FactoryBean

public class ReferenceDelegateFactory
extends Object
implements FactoryBean

Author:
Costin Leau

Constructor Summary
ReferenceDelegateFactory()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceDelegateFactory

public ReferenceDelegateFactory()
                         throws Exception
Throws:
Exception
Method Detail

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.