org.springframework.config.java.testing
Class SimpleConfiguration

java.lang.Object
  extended by org.springframework.config.java.support.ConfigurationSupport
      extended by org.springframework.config.java.testing.SimpleConfiguration
All Implemented Interfaces:
BeanFactoryAware, ApplicationContextAware

public class SimpleConfiguration
extends org.springframework.config.java.support.ConfigurationSupport

Author:
Costin Leau

Constructor Summary
SimpleConfiguration()
           
 
Method Summary
 Worker coliny()
           
 Company company()
           
 Worker mark()
           
 Owner rod()
           
 
Methods inherited from class org.springframework.config.java.support.ConfigurationSupport
getApplicationContext, getBean, getBean, getBean, getBeanFactory, getConfigured, getObject, setApplicationContext, setBeanFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConfiguration

public SimpleConfiguration()
Method Detail

company

public Company company()

mark

public Worker mark()

coliny

public Worker coliny()

rod

public Owner rod()


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.