org.eclipse.higgins.idas.registry.discovery
Interface IDiscovery
- All Known Implementing Classes:
- AbstractDiscovery
- public interface IDiscovery
discoverXRDS
public org.openxri.xml.XRDS discoverXRDS()
throws DiscoveryException
- Throws:
DiscoveryException
discoverXRD
public org.openxri.xml.XRD discoverXRD()
throws DiscoveryException
- Throws:
DiscoveryException
discoverAllServices
public List discoverAllServices()
throws DiscoveryException
- Throws:
DiscoveryException
discoverServices
public List discoverServices(String type,
String mediaType,
String path)
throws DiscoveryException
- Throws:
DiscoveryException
discoverService
public org.openxri.xml.Service discoverService(String type,
String mediaType,
String path)
throws DiscoveryException
- Throws:
DiscoveryException
discoverDefaultService
public org.openxri.xml.Service discoverDefaultService()
throws DiscoveryException
- Throws:
DiscoveryException