org.rometools.propono.atom.client
Class ClientAtomService

java.lang.Object
  extended by org.rometools.propono.atom.common.AtomService
      extended by 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.Workspaces.


Field Summary
 
Fields inherited from class org.rometools.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 org.rometools.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


Copyright © 2007-2013 ROME Project. All Rights Reserved.