org.rometools.propono.atom.client
Class ClientWorkspace
java.lang.Object
org.rometools.propono.atom.common.Workspace
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.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
Copyright © 2007-2013 ROME Project. All Rights Reserved.