|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.atom.AtomUtils
public final class AtomUtils
Atom utilities.
| Method Summary | |
|---|---|
static org.apache.abdera.parser.Parser |
getAtomParser()
Gets the Atom parser. |
static org.apache.abdera.model.Document<org.apache.abdera.model.Feed> |
parseDocument(String uri)
Parses the given uri and returns the response as a atom feed document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.abdera.parser.Parser getAtomParser()
public static org.apache.abdera.model.Document<org.apache.abdera.model.Feed> parseDocument(String uri)
throws IOException,
org.apache.abdera.parser.ParseException
uri - the uri for the atom feed.
IOException - is thrown if error reading from the uri
org.apache.abdera.parser.ParseException - is thrown if the parsing failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||