Uses of Class
org.uddi.api_v3.ServiceList

Packages that use ServiceList
org.apache.juddi.api.impl   
org.apache.juddi.rmi   
org.uddi.api_v3   
org.uddi.sub_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of ServiceList in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl that return ServiceList
 ServiceList UDDIInquiryImpl.findService(FindService body)
           
static ServiceList InquiryHelper.getServiceListFromKeys(FindService body, FindQualifiers findQualifiers, javax.persistence.EntityManager em, List<?> keysFound)
           
static ServiceList InquiryHelper.getServiceListFromKeys(FindService body, FindQualifiers findQualifiers, javax.persistence.EntityManager em, List<?> keysFound, Date modifiedAfter, Date modifiedBefore, javax.xml.ws.Holder<Integer> subscriptionStartIndex, Integer subscriptionMaxRows)
           
 

Uses of ServiceList in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi that return ServiceList
 ServiceList UDDIInquiryService.findService(FindService body)
           
 

Uses of ServiceList in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return ServiceList
 ServiceList ObjectFactory.createServiceList()
          Create an instance of ServiceList
 

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

Methods in org.uddi.api_v3 with parameters of type ServiceList
 javax.xml.bind.JAXBElement<ServiceList> ObjectFactory.createServiceList(ServiceList value)
          Create an instance of JAXBElement<ServiceList>}
 

Uses of ServiceList in org.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as ServiceList
protected  ServiceList SubscriptionResultsList.serviceList
           
 

Methods in org.uddi.sub_v3 that return ServiceList
 ServiceList SubscriptionResultsList.getServiceList()
          Gets the value of the serviceList property.
 

Methods in org.uddi.sub_v3 with parameters of type ServiceList
 void SubscriptionResultsList.setServiceList(ServiceList value)
          Sets the value of the serviceList property.
 

Uses of ServiceList in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return ServiceList
 ServiceList UDDIInquiryPortType.findService(FindService body)
          The find_relatedBusinesses API is used to find businessEntity elements, which have a completed relationship with the specified businessEntity that matches the criteria supplied.
 



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