Uses of Interface
org.apache.ws.scout.uddi.ServiceList

Packages that use ServiceList
org.apache.ws.scout.registry   
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of ServiceList in org.apache.ws.scout.registry
 

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

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

Methods in org.apache.ws.scout.uddi that return ServiceList
 ServiceList ServiceListDocument.addNewServiceList()
          Appends and returns a new empty "serviceList" element
 ServiceList ServiceListDocument.getServiceList()
          Gets the "serviceList" element
static ServiceList ServiceList.Factory.newInstance()
           
static ServiceList ServiceList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(File file)
           
static ServiceList ServiceList.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(InputStream is)
           
static ServiceList ServiceList.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(Node node)
           
static ServiceList ServiceList.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(Reader r)
           
static ServiceList ServiceList.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(String xmlAsString)
           
static ServiceList ServiceList.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(URL u)
           
static ServiceList ServiceList.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceList ServiceList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceList ServiceList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceList ServiceList.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ServiceList ServiceList.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type ServiceList
 void ServiceListDocument.setServiceList(ServiceList serviceList)
          Sets the "serviceList" element
 

Uses of ServiceList in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement ServiceList
 class ServiceListImpl
          An XML serviceList(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return ServiceList
 ServiceList ServiceListDocumentImpl.addNewServiceList()
          Appends and returns a new empty "serviceList" element
 ServiceList ServiceListDocumentImpl.getServiceList()
          Gets the "serviceList" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type ServiceList
 void ServiceListDocumentImpl.setServiceList(ServiceList serviceList)
          Sets the "serviceList" element
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.