Uses of Class
org.apache.ws.scout.model.uddi.v2.BusinessService

Packages that use BusinessService
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
org.apache.ws.scout.util   
 

Uses of BusinessService in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 with type parameters of type BusinessService
protected  java.util.List<BusinessService> ValidateValues.businessService
           
protected  java.util.List<BusinessService> ServiceDetail.businessService
           
protected  java.util.List<BusinessService> SaveService.businessService
           
protected  java.util.List<BusinessService> BusinessServices.businessService
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return BusinessService
 BusinessService ObjectFactory.createBusinessService()
          Create an instance of BusinessService
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type BusinessService
 javax.xml.bind.JAXBElement<BusinessService> ObjectFactory.createBusinessService(BusinessService value)
          Create an instance of JAXBElement<BusinessService>}
 java.util.List<BusinessService> ValidateValues.getBusinessService()
          Gets the value of the businessService property.
 java.util.List<BusinessService> ServiceDetail.getBusinessService()
          Gets the value of the businessService property.
 java.util.List<BusinessService> SaveService.getBusinessService()
          Gets the value of the businessService property.
 java.util.List<BusinessService> BusinessServices.getBusinessService()
          Gets the value of the businessService property.
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type BusinessService
 javax.xml.bind.JAXBElement<BusinessService> ObjectFactory.createBusinessService(BusinessService value)
          Create an instance of JAXBElement<BusinessService>}
 

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

Methods in org.apache.ws.scout.registry with parameters of type BusinessService
protected  javax.xml.registry.infomodel.Service BusinessQueryManagerImpl.getServiceFromBusinessService(BusinessService bs, javax.xml.registry.LifeCycleManager lcm)
          Helper routine to take a jUDDI business service and turn into a useful Service.
 ServiceDetail RegistryImpl.saveService(java.lang.String authInfo, BusinessService[] serviceArray)
          "Used to register or update complete information about a businessService exposed by a specified businessEntity."
 ServiceDetail IRegistry.saveService(java.lang.String authInfo, BusinessService[] serviceArray)
          "Used to register or update complete information about a businessService exposed by a specified businessEntity."
 

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

Methods in org.apache.ws.scout.util that return BusinessService
static BusinessService ScoutJaxrUddiHelper.getBusinessServiceFromJAXRService(javax.xml.registry.infomodel.Service service)
           
 

Methods in org.apache.ws.scout.util with parameters of type BusinessService
static javax.xml.registry.infomodel.Service ScoutUddiJaxrHelper.getService(BusinessService businessService, javax.xml.registry.LifeCycleManager lifeCycleManager)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.