org.jboss.resteasy.plugins.spring
Class SpringBeanProcessor.ResteasyBeanPostProcessor

java.lang.Object
  extended by org.jboss.resteasy.plugins.spring.SpringBeanProcessor.ResteasyBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
Enclosing class:
SpringBeanProcessor

protected class SpringBeanProcessor.ResteasyBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor


Constructor Summary
protected SpringBeanProcessor.ResteasyBeanPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBeanProcessor.ResteasyBeanPostProcessor

protected SpringBeanProcessor.ResteasyBeanPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Method Detail

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String beanName)
                                       throws org.springframework.beans.BeansException
Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String beanName)
                                      throws org.springframework.beans.BeansException
Specified by:
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException


Copyright © 2011. All Rights Reserved.