Class ClientPostProcessor
java.lang.Object
org.camunda.bpm.client.spring.impl.client.ClientPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
public class ClientPostProcessor
extends Object
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected Class<? extends ClientFactory>protected static final ClientLoggerUtil -
Constructor Summary
ConstructorsConstructorDescriptionClientPostProcessor(Class<? extends ClientFactory> externalTaskClientFactoryClass) -
Method Summary
Modifier and TypeMethodDescriptionprotected EnableExternalTaskClientgetAnnotation(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String classBeanName) protected StringgetClassBeanName(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory) protected StringgetClientBeanName(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory) voidpostProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Field Details
-
LOG
-
BEAN_NAME
- See Also:
-
externalTaskClientFactoryClass
-
-
Constructor Details
-
ClientPostProcessor
public ClientPostProcessor() -
ClientPostProcessor
-
-
Method Details
-
postProcessBeanDefinitionRegistry
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException - Specified by:
postProcessBeanDefinitionRegistryin interfaceorg.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor- Throws:
org.springframework.beans.BeansException
-
getClassBeanName
protected String getClassBeanName(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory) -
getAnnotation
protected EnableExternalTaskClient getAnnotation(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String classBeanName) -
getClientBeanName
protected String getClientBeanName(org.springframework.beans.factory.ListableBeanFactory listableBeanFactory) -
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
postProcessBeanFactoryin interfaceorg.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor- Specified by:
postProcessBeanFactoryin interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor- Throws:
org.springframework.beans.BeansException
-