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

java.lang.Object
  extended by com.sun.syndication.propono.atom.common.Workspace
      extended by com.sun.syndication.propono.atom.client.ClientWorkspace

public class ClientWorkspace
extends Workspace

Represents Atom protocol workspace on client-side. It extends the common Workspace to return ClientCollection objects instead of 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 com.sun.syndication.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