org.springframework.osgi.blueprint
Class ConstructorInjectedBean

java.lang.Object
  extended by org.springframework.osgi.blueprint.ConstructorInjectedBean

public class ConstructorInjectedBean
extends Object

Author:
Costin Leau

Constructor Summary
ConstructorInjectedBean(Properties arg1)
           
ConstructorInjectedBean(Properties[] arg1)
           
ConstructorInjectedBean(String arg1)
           
 
Method Summary
 Object getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInjectedBean

public ConstructorInjectedBean(String arg1)

ConstructorInjectedBean

public ConstructorInjectedBean(Properties arg1)

ConstructorInjectedBean

public ConstructorInjectedBean(Properties[] arg1)
Method Detail

getTarget

public Object getTarget()


Copyright © 2006-2011 Spring Framework. All Rights Reserved.