public class SyslogDataFormat extends Object implements org.apache.camel.spi.DataFormat
| Constructor and Description |
|---|
SyslogDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream stream) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream inputStream) |
public void marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream stream)
throws Exception
marshal in interface org.apache.camel.spi.DataFormatExceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream inputStream) throws Exception
unmarshal in interface org.apache.camel.spi.DataFormatExceptionApache Camel