org.springframework.config.java
Class BeansAndPostprocessorTests.NewConfiguration

java.lang.Object
  extended by org.springframework.config.java.BeansAndPostprocessorTests.NewConfiguration
Enclosing class:
BeansAndPostprocessorTests

public static class BeansAndPostprocessorTests.NewConfiguration
extends Object


Constructor Summary
BeansAndPostprocessorTests.NewConfiguration()
           
 
Method Summary
 PersistenceExceptionTranslationPostProcessor beanPostProcessor()
           
 PersistenceExceptionTranslationInterceptor intercept()
           
 Object newBean()
           
 BeansAndPostprocessorTests.FooRepository repos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeansAndPostprocessorTests.NewConfiguration

public BeansAndPostprocessorTests.NewConfiguration()
Method Detail

newBean

public Object newBean()

repos

public BeansAndPostprocessorTests.FooRepository repos()

intercept

public PersistenceExceptionTranslationInterceptor intercept()

beanPostProcessor

public PersistenceExceptionTranslationPostProcessor beanPostProcessor()


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