org.apache.camel.component.syslog
Class Rfc3164SyslogDataFormat
java.lang.Object
org.apache.camel.component.syslog.Rfc3164SyslogDataFormat
- All Implemented Interfaces:
- org.apache.camel.spi.DataFormat
public class Rfc3164SyslogDataFormat
- extends Object
- implements org.apache.camel.spi.DataFormat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rfc3164SyslogDataFormat
public Rfc3164SyslogDataFormat()
marshal
public void marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream stream)
throws Exception
- Specified by:
marshal in interface org.apache.camel.spi.DataFormat
- Throws:
Exception
unmarshal
public Object unmarshal(org.apache.camel.Exchange exchange,
InputStream inputStream)
throws Exception
- Specified by:
unmarshal in interface org.apache.camel.spi.DataFormat
- Throws:
Exception
Apache CAMEL