org.eclipse.higgins.idas.registry.discovery
Class YadisDiscovery
java.lang.Object
org.eclipse.higgins.idas.registry.discovery.AbstractDiscovery
org.eclipse.higgins.idas.registry.discovery.YadisDiscovery
- All Implemented Interfaces:
- IDiscovery
- public class YadisDiscovery
- extends AbstractDiscovery
A Discovery implementation that uses Yadis discovery to obtain an XRDS document
- Author:
- msabadello at parityinc dot net
YadisDiscovery
public YadisDiscovery(URL url)
discoverXRDS
public org.openxri.xml.XRDS discoverXRDS()
throws DiscoveryException
- Specified by:
discoverXRDS
in interface IDiscovery
- Specified by:
discoverXRDS
in class AbstractDiscovery
- Throws:
DiscoveryException
yadisHead
public org.openxri.xml.XRDS yadisHead(URL url)
throws DiscoveryException
- Throws:
DiscoveryException
yadisGet
public org.openxri.xml.XRDS yadisGet(URL url)
throws DiscoveryException
- Throws:
DiscoveryException
yadisGet
public org.openxri.xml.XRDS yadisGet(URL url,
int depth)
throws DiscoveryException
- Throws:
DiscoveryException
getUrl
public URL getUrl()
setUrl
public void setUrl(URL url)
toString
public String toString()