com.sun.syndication.propono.atom.client
Class ClientWorkspace
java.lang.Object
com.sun.syndication.propono.atom.common.Workspace
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
Collection
s.
Method Summary |
protected void |
parseWorkspaceElement(org.jdom.Element element,
String baseURI)
Deserialize a Atom workspace XML element into an object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseWorkspaceElement
protected void parseWorkspaceElement(org.jdom.Element element,
String baseURI)
throws ProponoException
- Deserialize a Atom workspace XML element into an object
- Throws:
ProponoException