Class ActivitiAnnotationDrivenBeanDefinitionParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class ActivitiAnnotationDrivenBeanDefinitionParser
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActivitiAnnotationDrivenBeanDefinitionParser

        public ActivitiAnnotationDrivenBeanDefinitionParser()
    • Method Detail

      • parse

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