public class RssDataFormat extends Object implements org.apache.camel.spi.DataFormat
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
RssDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream out) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream in) |
public void marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream out)
throws Exception
marshal in interface org.apache.camel.spi.DataFormatExceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream in) throws Exception
unmarshal in interface org.apache.camel.spi.DataFormatExceptionApache Camel