org.apache.chemistry.opencmis.client.bindings.spi.atompub
Class AtomPubParser
java.lang.Object
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AtomPubParser
public class AtomPubParser
- extends Object
AtomPub Parser.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LINK_REL_CONTENT
public static final String LINK_REL_CONTENT
- See Also:
- Constant Field Values
AtomPubParser
public AtomPubParser(InputStream stream)
parse
public void parse()
throws Exception
- Parses the stream.
- Throws:
Exception
getResults
public AtomBase getResults()
- Return the parse results.
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.