org.objectweb.petals.tools.juddiAdmin.search
Interface SearchRegistry

All Known Implementing Classes:
SearchRegistryImpl

public interface SearchRegistry

This class allows you to search services and organizations into a UDDI registry with different criteria.

Author:
EL JAI Mohammed

Method Summary
 java.util.List<javax.xml.registry.infomodel.Organization> findAllOrganizations()
          Return all the organizations registered into the registry.
 java.util.List<javax.xml.registry.infomodel.Service> findAllServices()
          Return all the services registered into the registry.
 javax.xml.registry.infomodel.Organization findOrganizationByName(java.lang.String name)
          Return the organization whose name is the string passed in parameter.
 javax.xml.registry.infomodel.Service findServiceByCompany(java.lang.String name, javax.xml.registry.infomodel.Organization org)
          Return the service named 'name' and provided by 'org'.
 javax.xml.registry.infomodel.Service findServiceByName(java.lang.String name)
          Return the service whose name is the string passed in parameter.
 

Method Detail

findAllOrganizations

java.util.List<javax.xml.registry.infomodel.Organization> findAllOrganizations()
Return all the organizations registered into the registry.

Returns:

findOrganizationByName

javax.xml.registry.infomodel.Organization findOrganizationByName(java.lang.String name)
Return the organization whose name is the string passed in parameter.

Parameters:
name -
Returns:

findAllServices

java.util.List<javax.xml.registry.infomodel.Service> findAllServices()
Return all the services registered into the registry.

Returns:

findServiceByName

javax.xml.registry.infomodel.Service findServiceByName(java.lang.String name)
Return the service whose name is the string passed in parameter.

Parameters:
name -
Returns:

findServiceByCompany

javax.xml.registry.infomodel.Service findServiceByCompany(java.lang.String name,
                                                          javax.xml.registry.infomodel.Organization org)
Return the service named 'name' and provided by 'org'.

Parameters:
name - service name
org -
Returns:


Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.