|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.message.AbstractMessageMapper<M,O>
public abstract class AbstractMessageMapper<M,O>
Base class that provides the default UidGenerator
as well as a setter
for providing a custom id generator implementation.
Constructor Summary | |
---|---|
AbstractMessageMapper()
|
Method Summary | |
---|---|
UidGenerator |
getUidGenerator()
|
void |
setUidGenerator(UidGenerator uidGenerator)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.integration.message.MessageMapper |
---|
fromMessage, toMessage |
Constructor Detail |
---|
public AbstractMessageMapper()
Method Detail |
---|
public void setUidGenerator(UidGenerator uidGenerator)
public UidGenerator getUidGenerator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |