org.apache.aries.blueprint
Interface BeanProcessor.BeanCreator

Enclosing interface:
BeanProcessor

public static interface BeanProcessor.BeanCreator

Interface from which a BeanProcessor can obtain another bean.


Method Summary
 java.lang.Object getBean()
          Obtains a new instance of the Bean this BeanProcessor handled.
 

Method Detail

getBean

java.lang.Object getBean()
Obtains a new instance of the Bean this BeanProcessor handled.
New instances have been processed by the same chain of BeanProcessors that the original Bean had been.

Returns:
new instance of bean.


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.