Package de.otto.synapse.annotation
Class MessageLogReceiverEndpointBeanRegistrar
java.lang.Object
de.otto.synapse.annotation.AbstractAnnotationBasedBeanRegistrar
de.otto.synapse.annotation.MessageLogReceiverEndpointBeanRegistrar
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.annotation.ImportBeanDefinitionRegistrar,org.springframework.context.EnvironmentAware
ImportBeanDefinitionRegistrar for message log support.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends Annotation>protected voidregisterBeanDefinitions(String channelName, String beanName, org.springframework.core.annotation.AnnotationAttributes annotationAttributes, org.springframework.beans.factory.support.BeanDefinitionRegistry registry) Methods inherited from class de.otto.synapse.annotation.AbstractAnnotationBasedBeanRegistrar
getEnvironment, registerBeanDefinitions, setEnvironmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
registerBeanDefinitions
-
Constructor Details
-
MessageLogReceiverEndpointBeanRegistrar
public MessageLogReceiverEndpointBeanRegistrar()
-
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationTypein classAbstractAnnotationBasedBeanRegistrar
-
registerBeanDefinitions
protected void registerBeanDefinitions(String channelName, String beanName, org.springframework.core.annotation.AnnotationAttributes annotationAttributes, org.springframework.beans.factory.support.BeanDefinitionRegistry registry) - Specified by:
registerBeanDefinitionsin classAbstractAnnotationBasedBeanRegistrar
-