Class ActivitiAnnotationDrivenBeanDefinitionParser

java.lang.Object
org.camunda.bpm.engine.spring.components.config.xml.ActivitiAnnotationDrivenBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class ActivitiAnnotationDrivenBeanDefinitionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
registers support for handling the annotations in the org.camunda.bpm.engine.annotations package.

The first major component is the state handlers. For this to work, a BeanFactoryPostProcessor is registered which in turn registers a org.camunda.bpm.engine.test.spring.components.registry.ActivitiStateHandlerRegistry if none exists.

Since:
5.3
Author:
Josh Long
  • Constructor Details

    • ActivitiAnnotationDrivenBeanDefinitionParser

      public ActivitiAnnotationDrivenBeanDefinitionParser()
  • Method Details

    • parse

      public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Specified by:
      parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser