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(BusinessServices apiBusinessServices, java.util.List<BusinessService> modelBusinessServiceList, java.util.List<ServiceProjection> modelServiceProjectionList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapBusinessServices(java.util.List<BusinessService> modelBusinessServiceList, java.util.List<ServiceProjection> modelServiceProjectionList, BusinessServices apiBusinessServices, BusinessEntity apiBusinessEntity)
           
 

Uses of ServiceProjection in org.apache.juddi.model
 

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

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



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