|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.adapter.AbstractTargetAdapter<T>
org.springframework.integration.adapter.DefaultTargetAdapter<T>
public class DefaultTargetAdapter<T>
Target adapter implementation that delegates to a MessageMapper
and then passes the resulting object to the provided Target
.
Field Summary |
---|
Fields inherited from class org.springframework.integration.adapter.AbstractTargetAdapter |
---|
logger |
Constructor Summary | |
---|---|
DefaultTargetAdapter(Target<T> target)
|
Method Summary | |
---|---|
boolean |
sendToTarget(T object)
|
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 DefaultTargetAdapter(Target<T> target)
Method Detail |
---|
public boolean sendToTarget(T object)
sendToTarget
in class AbstractTargetAdapter<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |