org.camunda.bpm.engine.spring.components.config.xml
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
spring.components.registry.ActivitiStateHandlerRegistry if none exists.
- Since:
- 5.3
- Author:
- Josh Long
|
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(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 |
ActivitiAnnotationDrivenBeanDefinitionParser
public ActivitiAnnotationDrivenBeanDefinitionParser()
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
Copyright © 2017 camunda services GmbH. All rights reserved.