|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.adapter.AbstractTargetAdapter<MessagingEvent>
org.springframework.integration.adapter.event.ApplicationEventTargetAdapter
public class ApplicationEventTargetAdapter
A target adapter for publishing MessagingEvents
. The
MessagingEvent
is a subclass of Spring's ApplicationEvent
used by this adapter to wrap any Message
received on its channel.
Field Summary |
---|
Fields inherited from class org.springframework.integration.adapter.AbstractTargetAdapter |
---|
logger |
Constructor Summary | |
---|---|
ApplicationEventTargetAdapter()
|
Method Summary | |
---|---|
protected boolean |
sendToTarget(MessagingEvent event)
|
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
|
Methods inherited from class org.springframework.integration.adapter.AbstractTargetAdapter |
---|
getMessageMapper, handle, setMessageMapper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationEventTargetAdapter()
Method Detail |
---|
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher
in interface org.springframework.context.ApplicationEventPublisherAware
protected boolean sendToTarget(MessagingEvent event)
sendToTarget
in class AbstractTargetAdapter<MessagingEvent>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |