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

Packages that use ServiceInfos
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

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

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

Methods in org.apache.ws.scout.uddi with parameters of type ServiceInfos
 void ServiceList.setServiceInfos(ServiceInfos serviceInfos)
          Sets the "serviceInfos" element
 void ServiceInfosDocument.setServiceInfos(ServiceInfos serviceInfos)
          Sets the "serviceInfos" element
 void BusinessInfo.setServiceInfos(ServiceInfos serviceInfos)
          Sets the "serviceInfos" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement ServiceInfos
 class ServiceInfosImpl
          An XML serviceInfos(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return ServiceInfos
 ServiceInfos ServiceListImpl.addNewServiceInfos()
          Appends and returns a new empty "serviceInfos" element
 ServiceInfos BusinessInfoImpl.addNewServiceInfos()
          Appends and returns a new empty "serviceInfos" element
 ServiceInfos ServiceInfosDocumentImpl.addNewServiceInfos()
          Appends and returns a new empty "serviceInfos" element
 ServiceInfos ServiceListImpl.getServiceInfos()
          Gets the "serviceInfos" element
 ServiceInfos BusinessInfoImpl.getServiceInfos()
          Gets the "serviceInfos" element
 ServiceInfos ServiceInfosDocumentImpl.getServiceInfos()
          Gets the "serviceInfos" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type ServiceInfos
 void ServiceListImpl.setServiceInfos(ServiceInfos serviceInfos)
          Sets the "serviceInfos" element
 void BusinessInfoImpl.setServiceInfos(ServiceInfos serviceInfos)
          Sets the "serviceInfos" element
 void ServiceInfosDocumentImpl.setServiceInfos(ServiceInfos serviceInfos)
          Sets the "serviceInfos" element
 



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