org.rometools.propono.atom.client
Class ClientAtomService
java.lang.Object
org.rometools.propono.atom.common.AtomService
org.rometools.propono.atom.client.ClientAtomService
public class ClientAtomService
- extends AtomService
This class models an Atom Publising Protocol Service Document.
It extends the common
com.sun.syndication.propono.atom.common.Collection
class to add a getEntry()
method and to return
com.sun.syndication.propono.atom.client.ClientWorkspace
objects instead of common
com.sun.syndication.propono.atom.common.Workspace
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEntry
public ClientEntry getEntry(String uri)
throws ProponoException
- Get full entry from service by entry edit URI.
- Throws:
ProponoException
Copyright © 2007-2013 ROME Project. All Rights Reserved.