org.eclipse.higgins.idas.registry.discovery
Interface IDiscovery

All Known Implementing Classes:
AbstractDiscovery

public interface IDiscovery


Method Summary
 List discoverAllServices()
           
 org.openxri.xml.Service discoverDefaultService()
           
 org.openxri.xml.Service discoverService(String type, String mediaType, String path)
           
 List discoverServices(String type, String mediaType, String path)
           
 org.openxri.xml.XRD discoverXRD()
           
 org.openxri.xml.XRDS discoverXRDS()
           
 

Method Detail

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