Uses of Interface
org.jafer.registry.model.Service

Packages that use Service
org.jafer.registry   
org.jafer.registry.model   
org.jafer.registry.uddi   
org.jafer.registry.uddi.model   
 

Uses of Service in org.jafer.registry
 

Methods in org.jafer.registry that return Service
 Service ServiceLocator.getService(ServiceInfo serviceInfo)
          Retrieves the full service object for the supplied service info.
 Service ServiceLocator.getService(java.lang.String id)
          Gets the service from its unique ID
 Service ServiceLocator.refreshService(Service service)
          Returns the latest version of the service found.
 Service ServiceManager.registerService(ServiceProvider provider, java.lang.String serviceName)
          This method registers a new service against a service provider.
 Service ServiceManager.registerService(ServiceProvider provider, java.lang.String serviceName, Protocol protocol, java.lang.String accessPoint)
          This method registers a new service against a service provider.
 Service ServiceManager.updateService(Service service)
          Updates the specified service in the registry.
 

Methods in org.jafer.registry with parameters of type Service
 void ServiceManager.deleteService(Service service)
          Deletes the specified service from the registry.
 ServiceProvider ServiceLocator.getServiceProvider(Service service)
          Gets the service provider that owns the service
 Service ServiceLocator.refreshService(Service service)
          Returns the latest version of the service found.
 Service ServiceManager.updateService(Service service)
          Updates the specified service in the registry.
 

Uses of Service in org.jafer.registry.model
 

Methods in org.jafer.registry.model with parameters of type Service
 void ServiceProvider.addService(Service service)
          This method adds the service to the service provider.
 void ServiceProvider.removeService(Service service)
          This method removes the service from the service provider.
 

Uses of Service in org.jafer.registry.uddi
 

Methods in org.jafer.registry.uddi that return Service
 Service ServiceLocator.getService(ServiceInfo serviceInfo)
          Retrieves the full service object for the supplied service info.
 Service ServiceLocator.getService(java.lang.String id)
          Gets the service from its unique ID
 Service ServiceLocator.refreshService(Service service)
          Returns the latest version of the service found.
 Service ServiceManager.registerService(ServiceProvider provider, java.lang.String serviceName)
          This method registers a new service against a service provider.
 Service ServiceManager.registerService(ServiceProvider provider, java.lang.String serviceName, Protocol protocol, java.lang.String accessPoint)
          This method registers a new service against a service provider.
 Service ServiceManager.updateService(Service service)
          Updates the specified service in the registry.
 

Methods in org.jafer.registry.uddi with parameters of type Service
 void ServiceManager.deleteService(Service service)
          Deletes the specified service from the registry.
 ServiceProvider ServiceLocator.getServiceProvider(Service service)
          Gets the service provider that owns the service
 Service ServiceLocator.refreshService(Service service)
          Returns the latest version of the service found.
 Service ServiceManager.updateService(Service service)
          Updates the specified service in the registry.
 

Uses of Service in org.jafer.registry.uddi.model
 

Classes in org.jafer.registry.uddi.model that implement Service
 class BusinessService
          This class implements a service for a UDDI registry.
 

Methods in org.jafer.registry.uddi.model with parameters of type Service
 void BusinessEntity.addService(Service service)
          This method adds the service to the service provider.
 void BusinessEntity.removeService(Service service)
          This method removes the service from the service provider.