Uses of Class
org.apache.ws.scout.model.uddi.v2.ServiceList

Packages that use ServiceList
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
 

Uses of ServiceList in org.apache.ws.scout.model.uddi.v2
 

Methods in org.apache.ws.scout.model.uddi.v2 that return ServiceList
 ServiceList ObjectFactory.createServiceList()
          Create an instance of ServiceList
 

Methods in org.apache.ws.scout.model.uddi.v2 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.apache.ws.scout.model.uddi.v2 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.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return ServiceList
 ServiceList RegistryImpl.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList IRegistry.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 



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