Uses of Class
org.uddi.api_v3.BusinessService

Packages that use BusinessService
org.apache.juddi.mapping   
org.apache.juddi.v3.annotations   
org.apache.juddi.v3.client.config   
org.apache.juddi.v3.client.mapping   
org.apache.juddi.validation   
org.uddi.api_v3   
org.uddi.repl_v3   
org.uddi.vs_v3   
 

Uses of BusinessService in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type BusinessService
static void MappingModelToApi.mapBindingTemplates(List<BindingTemplate> modelBindingTemplateList, BindingTemplates apiBindingTemplates, BusinessService apiBusinessService)
           
static void MappingModelToApi.mapBusinessService(BusinessService modelBusinessService, BusinessService apiBusinessService)
           
static void MappingApiToModel.mapBusinessService(BusinessService apiBusinessService, BusinessService modelBusinessService, BusinessEntity modelBusinessEntity)
           
 

Uses of BusinessService in org.apache.juddi.v3.annotations
 

Methods in org.apache.juddi.v3.annotations that return BusinessService
 BusinessService AnnotationProcessor.readServiceAnnotations(String classWithAnnotations, Properties properties)
           
 

Methods in org.apache.juddi.v3.annotations that return types with arguments of type BusinessService
 Collection<BusinessService> AnnotationProcessor.readServiceAnnotations(String[] classesWithAnnotations, Properties properties)
           
 

Uses of BusinessService in org.apache.juddi.v3.client.config
 

Methods in org.apache.juddi.v3.client.config that return BusinessService
 BusinessService UDDIClerk.findService(String serviceKey)
           
 BusinessService UDDIClerk.findService(String serviceKey, Node node)
           
 BusinessService UDDIClerk.register(BusinessService service)
          Register a service, using the node of current clerk ('this').
 BusinessService UDDIClerk.register(BusinessService service, Node node)
          Register a service.
 

Methods in org.apache.juddi.v3.client.config with parameters of type BusinessService
 BusinessService UDDIClerk.register(BusinessService service)
          Register a service, using the node of current clerk ('this').
 BusinessService UDDIClerk.register(BusinessService service, Node node)
          Register a service.
 

Uses of BusinessService in org.apache.juddi.v3.client.mapping
 

Methods in org.apache.juddi.v3.client.mapping that return BusinessService
protected  BusinessService WSDL2UDDI.createBusinessService(QName serviceQName, javax.wsdl.Definition wsdlDefinition)
          Creates a UDDI Business Service.
 BusinessService BPEL2UDDI.createBusinessService(QName serviceName, javax.wsdl.Definition wsdlDefinition)
          Registers the Service into UDDI.
 BusinessService ServiceRegistrationResponse.getBusinessService()
           
 BusinessService BPEL2UDDI.lookupService(String serviceKey)
          Perform a lookup by serviceKey, and will return null if not found.
 

Methods in org.apache.juddi.v3.client.mapping with parameters of type BusinessService
 void ServiceRegistrationResponse.setBusinessService(BusinessService businessService)
           
 

Uses of BusinessService in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type BusinessService
 void ValidatePublish.validateBindingTemplate(javax.persistence.EntityManager em, BindingTemplate bindingTemplate, BusinessService parent, org.apache.commons.configuration.Configuration config)
           
 void ValidatePublish.validateBindingTemplates(javax.persistence.EntityManager em, BindingTemplates bindingTemplates, BusinessService parent, org.apache.commons.configuration.Configuration config)
           
 void ValidatePublish.validateBusinessService(javax.persistence.EntityManager em, BusinessService businessService, BusinessEntity parent, org.apache.commons.configuration.Configuration config)
           
 

Uses of BusinessService in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type BusinessService
protected  List<BusinessService> ServiceDetail.businessService
           
protected  List<BusinessService> SaveService.businessService
           
protected  List<BusinessService> BusinessServices.businessService
           
 

Methods in org.uddi.api_v3 that return BusinessService
 BusinessService ObjectFactory.createBusinessService()
          Create an instance of BusinessService
 

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

Methods in org.uddi.api_v3 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.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as BusinessService
protected  BusinessService ChangeRecordNewData.businessService
           
 

Methods in org.uddi.repl_v3 that return BusinessService
 BusinessService ChangeRecordNewData.getBusinessService()
          Gets the value of the businessService property.
 

Methods in org.uddi.repl_v3 with parameters of type BusinessService
 void ChangeRecordNewData.setBusinessService(BusinessService value)
          Sets the value of the businessService property.
 

Uses of BusinessService in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type BusinessService
protected  List<BusinessService> ValidateValues.businessService
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type BusinessService
 List<BusinessService> ValidateValues.getBusinessService()
          Gets the value of the businessService property.
 



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