Uses of Class
org.apache.juddi.model.ServiceProjection

Packages that use ServiceProjection
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of ServiceProjection in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type ServiceProjection
static void MappingApiToModel.mapBusinessServices(org.uddi.api_v3.BusinessServices apiBusinessServices, List<BusinessService> modelBusinessServiceList, List<ServiceProjection> modelServiceProjectionList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapBusinessServices(List<BusinessService> modelBusinessServiceList, List<ServiceProjection> modelServiceProjectionList, org.uddi.api_v3.BusinessServices apiBusinessServices, org.uddi.api_v3.BusinessEntity apiBusinessEntity)
           
 

Uses of ServiceProjection in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type ServiceProjection
 List<ServiceProjection> BusinessService.getProjectingBusinesses()
           
 List<ServiceProjection> BusinessEntity.getServiceProjections()
           
 

Method parameters in org.apache.juddi.model with type arguments of type ServiceProjection
 void BusinessService.setProjectingBusinesses(List<ServiceProjection> projectingBusinesses)
           
 void BusinessEntity.setServiceProjections(List<ServiceProjection> serviceProjections)
           
 



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