|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.aop.MessagePublishingInterceptor
org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
public class AnnotationAwareMessagePublishingInterceptor
MessagePublishingInterceptor that resolves the channel from the
publisher annotation of the invoked method.
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.aop.MessagePublishingInterceptor |
|---|
logger |
| Constructor Summary | |
|---|---|
AnnotationAwareMessagePublishingInterceptor(java.lang.Class<? extends java.lang.annotation.Annotation> publisherAnnotationType,
java.lang.String channelAttributeName,
ChannelRegistry channelRegistry)
|
|
| Method Summary | |
|---|---|
protected MessageChannel |
resolveChannel(org.aopalliance.intercept.MethodInvocation invocation)
Subclasses may override this method to provide custom behavior. |
| Methods inherited from class org.springframework.integration.aop.MessagePublishingInterceptor |
|---|
invoke, setDefaultChannel, setMessageMapper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationAwareMessagePublishingInterceptor(java.lang.Class<? extends java.lang.annotation.Annotation> publisherAnnotationType,
java.lang.String channelAttributeName,
ChannelRegistry channelRegistry)
| Method Detail |
|---|
protected MessageChannel resolveChannel(org.aopalliance.intercept.MethodInvocation invocation)
MessagePublishingInterceptor
resolveChannel in class MessagePublishingInterceptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||