Uses of Class
org.uddi.api_v3.ServiceInfos

Packages that use ServiceInfos
org.apache.juddi.mapping   
org.uddi.api_v3   
 

Uses of ServiceInfos in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type ServiceInfos
static void MappingModelToApi.mapServiceInfos(List<BusinessService> modelBusinessServiceList, ServiceInfos apiServiceInfos, BusinessInfo apiBusinessInfo)
           
 

Uses of ServiceInfos in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as ServiceInfos
protected  ServiceInfos ServiceList.serviceInfos
           
protected  ServiceInfos BusinessInfo.serviceInfos
           
 

Methods in org.uddi.api_v3 that return ServiceInfos
 ServiceInfos ObjectFactory.createServiceInfos()
          Create an instance of ServiceInfos
 ServiceInfos ServiceList.getServiceInfos()
          Gets the value of the serviceInfos property.
 ServiceInfos BusinessInfo.getServiceInfos()
          Gets the value of the serviceInfos property.
 

Methods in org.uddi.api_v3 that return types with arguments of type ServiceInfos
 javax.xml.bind.JAXBElement<ServiceInfos> ObjectFactory.createServiceInfos(ServiceInfos value)
          Create an instance of JAXBElement<ServiceInfos>}
 

Methods in org.uddi.api_v3 with parameters of type ServiceInfos
 javax.xml.bind.JAXBElement<ServiceInfos> ObjectFactory.createServiceInfos(ServiceInfos value)
          Create an instance of JAXBElement<ServiceInfos>}
 void ServiceList.setServiceInfos(ServiceInfos value)
          Sets the value of the serviceInfos property.
 void BusinessInfo.setServiceInfos(ServiceInfos value)
          Sets the value of the serviceInfos property.
 



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