org.camunda.bpm.engine.spring.components.config.xml
Class StateHandlerAnnotationBeanFactoryPostProcessor

java.lang.Object
  extended by org.camunda.bpm.engine.spring.components.config.xml.StateHandlerAnnotationBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class StateHandlerAnnotationBeanFactoryPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor

this class is responsible for registering the other BeanFactoryPostProcessors and BeanFactoryPostProcessors.

Particularly, this will register the ActivitiStateHandlerRegistry which is used to react to states.

Author:
Josh Long

Constructor Summary
StateHandlerAnnotationBeanFactoryPostProcessor()
           
 
Method Summary
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 void setProcessEngine(ProcessEngine processEngine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateHandlerAnnotationBeanFactoryPostProcessor

public StateHandlerAnnotationBeanFactoryPostProcessor()
Method Detail

setProcessEngine

public void setProcessEngine(ProcessEngine processEngine)

postProcessBeanFactory

public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
Specified by:
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Throws:
org.springframework.beans.BeansException


Copyright © 2015 camunda services GmbH. All rights reserved.