Uses of Interface
javax.xml.registry.infomodel.Service

Packages that use Service
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
org.apache.ws.scout.util   
 

Uses of Service in javax.xml.registry
 

Methods in javax.xml.registry that return Service
 Service LifeCycleManager.createService(InternationalString name)
           
 Service LifeCycleManager.createService(String name)
           
 

Method parameters in javax.xml.registry with type arguments of type Service
 BulkResponse BusinessLifeCycleManager.saveServices(Collection<Service> services)
           
 

Uses of Service in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Service
 Service ServiceBinding.getService()
           
 

Methods in javax.xml.registry.infomodel that return types with arguments of type Service
 Collection<Service> Organization.getServices()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Service
 void Organization.addService(Service service)
           
 void Organization.removeService(Service service)
           
 

Method parameters in javax.xml.registry.infomodel with type arguments of type Service
 void Organization.removeServices(Collection<Service> services)
           
 

Uses of Service in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return Service
 Service LifeCycleManagerImpl.createService(InternationalString name)
           
 Service LifeCycleManagerImpl.createService(String name)
           
protected  Service BusinessQueryManagerImpl.getServiceFromBusinessService(BusinessService bs, LifeCycleManager lcm)
          Helper routine to take a jUDDI business service and turn into a useful Service.
 

Uses of Service in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement Service
 class ServiceImpl
          Implements JAXR Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return Service
 Service ServiceBindingImpl.getService()
           
 

Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type Service
 Collection<Service> OrganizationImpl.getServices()
           
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type Service
 void OrganizationImpl.addService(Service service)
           
 void OrganizationImpl.removeService(Service service)
           
 void ServiceBindingImpl.setService(Service s)
           
 

Uses of Service in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return Service
static Service ScoutUddiJaxrHelper.getService(BusinessService bs, LifeCycleManager lcm)
           
static Service ScoutUddiJaxrHelper.getService(ServiceInfo si, LifeCycleManager lcm)
           
 

Methods in org.apache.ws.scout.util with parameters of type Service
static BusinessService ScoutJaxrUddiHelper.getBusinessServiceFromJAXRService(Service serve)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.