Spring Integration

org.springframework.integration.syslog
Interface MessageConverter

All Known Implementing Classes:
DefaultMessageConverter

public interface MessageConverter

A converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.

Since:
3.0
Author:
Gary Russell

Method Summary
 Message<?> fromSyslog(Message<?> syslog)
           
 

Method Detail

fromSyslog

Message<?> fromSyslog(Message<?> syslog)
                      throws java.lang.Exception
Throws:
java.lang.Exception

Spring Integration