com.sun.syndication.propono.atom.client
Class ClientAtomService

java.lang.Object
  extended by com.sun.syndication.propono.atom.common.AtomService
      extended by com.sun.syndication.propono.atom.client.ClientAtomService

public class ClientAtomService
extends AtomService

This class models an Atom Publising Protocol Service Document. It extends the common Collection class to add a getEntry() method and to return ClientWorkspace objects instead of common Workspaces.


Field Summary
 
Fields inherited from class com.sun.syndication.propono.atom.common.AtomService
ATOM_FORMAT, ATOM_PROTOCOL
 
Method Summary
 ClientEntry getEntry(String uri)
          Get full entry from service by entry edit URI.
 
Methods inherited from class com.sun.syndication.propono.atom.common.AtomService
addWorkspace, documentToService, findWorkspace, getWorkspaces, serviceToDocument, setWorkspaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntry

public ClientEntry getEntry(String uri)
                     throws ProponoException
Get full entry from service by entry edit URI.

Throws:
ProponoException