|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.odi.justblog.discovery.Rsd
RSD is Really Simple Discoverability 1.0 as defined by http://archipelago.phrasewise.com/rsd. This class is responsible for reading a RSD file and providing it's information to the application.
Constructor Summary | |
Rsd(java.io.InputStream xml,
java.net.URL context)
Reads and parses an RSD file. |
Method Summary | |
RsdApi[] |
getApis()
|
static java.lang.String |
getVersion()
Returns the supported version of the RSD specs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Rsd(java.io.InputStream xml, java.net.URL context) throws InvalidDocumentException
xml
- the RSD datacontext
- the context URL used to resolve relative URLs. This should be the URL of
the RSD file usually.
InvalidDocumentException
Method Detail |
public static java.lang.String getVersion()
public RsdApi[] getApis()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |