org.rometools.propono.atom.client
Class ClientWorkspace

java.lang.Object
  extended by org.rometools.propono.atom.common.Workspace
      extended by org.rometools.propono.atom.client.ClientWorkspace

public class ClientWorkspace
extends Workspace

Represents Atom protocol workspace on client-side. It extends the common com.sun.syndication.propono.atom.common.Workspace to return com.sun.syndication.propono.atom.client.ClientCollection objects instead of common com.sun.syndication.propono.atom.common.Collections.


Method Summary
protected  void parseWorkspaceElement(org.jdom.Element element, String baseURI)
          Deserialize a Atom workspace XML element into an object
 
Methods inherited from class org.rometools.propono.atom.common.Workspace
addCollection, elementToWorkspace, findCollection, getCollections, getTitle, getTitleType, parseWorkspaceElement, setTitle, setTitleType, workspaceToElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseWorkspaceElement

protected void parseWorkspaceElement(org.jdom.Element element,
                                     String baseURI)
                              throws ProponoException
Deserialize a Atom workspace XML element into an object

Throws:
ProponoException


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