public abstract class AbstractMessageProcessorInterceptorFactory
extends org.mule.modules.interceptor.spring.MethodInterceptorFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY_METHOD_NAME |
static String |
ID
The Id in the spring registry of Mule
|
| Constructor and Description |
|---|
AbstractMessageProcessorInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.modules.interceptor.spring.BeanFactoryMethodBuilder |
addFactoryDefinitionTo(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition)
Util method that creates a @see #BeanFactoryMethodBuilder based on an abstract bean definition
|
public static final String ID
The Id in the spring registry of Mule
public static final String FACTORY_METHOD_NAME
public AbstractMessageProcessorInterceptorFactory()
public static org.mule.modules.interceptor.spring.BeanFactoryMethodBuilder addFactoryDefinitionTo(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition)
Util method that creates a @see #BeanFactoryMethodBuilder based on an abstract bean definition
The usage:
addFactoryDefinitionTo(beanDefinition).withConstructorArguments(beanDefinition.getBeanClass());
beanDefinition - The bean definition that we want to modify
Copyright © 2016. All rights reserved.