|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.dataformat.rss.RssDataFormat
public class RssDataFormat
RSS DataFormat
This data format supports two operations:
| Field Summary | |
|---|---|
protected static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
|---|---|
RssDataFormat()
|
|
| Method Summary | |
|---|---|
void |
marshal(org.apache.camel.Exchange exchange,
java.lang.Object body,
java.io.OutputStream out)
|
java.lang.Object |
unmarshal(org.apache.camel.Exchange exchange,
java.io.InputStream in)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final transient org.slf4j.Logger LOG
| Constructor Detail |
|---|
public RssDataFormat()
| Method Detail |
|---|
public void marshal(org.apache.camel.Exchange exchange,
java.lang.Object body,
java.io.OutputStream out)
throws java.lang.Exception
marshal in interface org.apache.camel.spi.DataFormatjava.lang.Exception
public java.lang.Object unmarshal(org.apache.camel.Exchange exchange,
java.io.InputStream in)
throws java.lang.Exception
unmarshal in interface org.apache.camel.spi.DataFormatjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||