Uses of Class
org.apache.juddi.datatype.service.BusinessService

Packages that use BusinessService
org.apache.juddi.datastore   
org.apache.juddi.datastore.jdbc   
org.apache.juddi.datatype.business   
org.apache.juddi.datatype.request   
org.apache.juddi.datatype.response   
org.apache.juddi.datatype.service   
 

Uses of BusinessService in org.apache.juddi.datastore
 

Methods in org.apache.juddi.datastore that return BusinessService
 BusinessService DataStore.fetchService(java.lang.String serviceKey)
           
 

Methods in org.apache.juddi.datastore with parameters of type BusinessService
 void DataStore.saveService(BusinessService service)
           
 

Uses of BusinessService in org.apache.juddi.datastore.jdbc
 

Methods in org.apache.juddi.datastore.jdbc that return BusinessService
 BusinessService JDBCDataStore.fetchService(java.lang.String serviceKey)
           
 

Methods in org.apache.juddi.datastore.jdbc with parameters of type BusinessService
 void JDBCDataStore.saveService(BusinessService service)
           
 

Uses of BusinessService in org.apache.juddi.datatype.business
 

Methods in org.apache.juddi.datatype.business with parameters of type BusinessService
 void BusinessEntity.addBusinessService(BusinessService service)
          Add a business service to this business entity.
 

Uses of BusinessService in org.apache.juddi.datatype.request
 

Methods in org.apache.juddi.datatype.request with parameters of type BusinessService
 void SaveService.addBusinessService(BusinessService businessService)
           
 void ValidateValues.addBusinessService(BusinessService service)
           
 

Constructors in org.apache.juddi.datatype.request with parameters of type BusinessService
SaveService(AuthInfo info, BusinessService service)
           
 

Uses of BusinessService in org.apache.juddi.datatype.response
 

Methods in org.apache.juddi.datatype.response with parameters of type BusinessService
 void ServiceDetail.addBusinessService(BusinessService service)
           
 

Uses of BusinessService in org.apache.juddi.datatype.service
 

Methods in org.apache.juddi.datatype.service with parameters of type BusinessService
 void BusinessServices.addBusinessService(BusinessService service)
           
 



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