net.sf.oxclient.util
Class SpringBeanFactory

java.lang.Object
  extended by net.sf.oxclient.util.SpringBeanFactory
All Implemented Interfaces:
BeanFactoryAware
Direct Known Subclasses:
CommunicationManagerImpl, SpringCommunicationClientFactory

@Guarded
public class SpringBeanFactory
extends Object
implements BeanFactoryAware

Author:
Björn Voß

Constructor Summary
SpringBeanFactory(String defaultBeanname)
           
 
Method Summary
 Object getBean()
           
 void setBeanFactory(BeanFactory beanFactory)
           
 void setBeanname(String beanname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBeanFactory

public SpringBeanFactory(String defaultBeanname)
Method Detail

getBean

public Object getBean()

setBeanname

public void setBeanname(@AssertFieldConstraints
                        String beanname)
Parameters:
beanname - the beanname to set

setBeanFactory

public void setBeanFactory(BeanFactory beanFactory)
                    throws BeansException
Specified by:
setBeanFactory in interface BeanFactoryAware
Throws:
BeansException


Copyright © 2007. All Rights Reserved.