|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.syslog.DefaultMessageConverter
public class DefaultMessageConverter
Default MessageConverter
; delegates to a SyslogToMapTransformer
to convert the payload to a map of values and also provides some of the map
contents as message headers.
See @link SyslogHeaders
for the headers that are mapped.
Field Summary | |
---|---|
static java.util.Set<java.lang.String> |
SYSLOG_PAYLOAD_ENTRIES
|
Constructor Summary | |
---|---|
DefaultMessageConverter()
|
Method Summary | |
---|---|
Message<?> |
fromSyslog(Message<?> message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.Set<java.lang.String> SYSLOG_PAYLOAD_ENTRIES
Constructor Detail |
---|
public DefaultMessageConverter()
Method Detail |
---|
public Message<?> fromSyslog(Message<?> message) throws java.lang.Exception
fromSyslog
in interface MessageConverter
java.lang.Exception
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |