org.springframework.integration.aop
Class PublisherAnnotationAdvisor
java.lang.Object
org.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.integration.aop.PublisherAnnotationAdvisor
- All Implemented Interfaces:
- java.io.Serializable, org.springframework.aop.Advisor, org.springframework.aop.PointcutAdvisor, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.Ordered
public class PublisherAnnotationAdvisor
- extends org.springframework.aop.support.AbstractPointcutAdvisor
- implements org.springframework.beans.factory.BeanFactoryAware
An advisor that will apply the MessagePublishingInterceptor
to any
methods containing the provided annotations. If no annotations are provided,
the default will be @Publisher
.
- Since:
- 2.0
- Author:
- Mark Fisher
- See Also:
- Serialized Form
Fields inherited from interface org.springframework.core.Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Methods inherited from class org.springframework.aop.support.AbstractPointcutAdvisor |
equals, getOrder, hashCode, isPerInstance, setOrder |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PublisherAnnotationAdvisor
public PublisherAnnotationAdvisor(java.lang.Class<? extends java.lang.annotation.Annotation>... publisherAnnotationTypes)
PublisherAnnotationAdvisor
public PublisherAnnotationAdvisor()
setDefaultChannel
public void setDefaultChannel(MessageChannel defaultChannel)
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
- Specified by:
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
getAdvice
public org.aopalliance.aop.Advice getAdvice()
- Specified by:
getAdvice
in interface org.springframework.aop.Advisor
getPointcut
public org.springframework.aop.Pointcut getPointcut()
- Specified by:
getPointcut
in interface org.springframework.aop.PointcutAdvisor