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

Packages that use ServiceInfo
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
org.apache.ws.scout.util   
 

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

Methods in org.apache.ws.scout.uddi that return ServiceInfo
 ServiceInfo ServiceInfoDocument.addNewServiceInfo()
          Appends and returns a new empty "serviceInfo" element
 ServiceInfo ServiceInfos.addNewServiceInfo()
          Appends and returns a new empty value (as xml) as the last "serviceInfo" element
 ServiceInfo ServiceInfoDocument.getServiceInfo()
          Gets the "serviceInfo" element
 ServiceInfo[] ServiceInfos.getServiceInfoArray()
          Gets array of all "serviceInfo" elements
 ServiceInfo ServiceInfos.getServiceInfoArray(int i)
          Gets ith "serviceInfo" element
 ServiceInfo ServiceInfos.insertNewServiceInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceInfo" element
static ServiceInfo ServiceInfo.Factory.newInstance()
           
static ServiceInfo ServiceInfo.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(File file)
           
static ServiceInfo ServiceInfo.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(InputStream is)
           
static ServiceInfo ServiceInfo.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(Node node)
           
static ServiceInfo ServiceInfo.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(Reader r)
           
static ServiceInfo ServiceInfo.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(String xmlAsString)
           
static ServiceInfo ServiceInfo.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(URL u)
           
static ServiceInfo ServiceInfo.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceInfo ServiceInfo.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceInfo ServiceInfo.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceInfo ServiceInfo.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ServiceInfo ServiceInfo.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type ServiceInfo
 void ServiceInfoDocument.setServiceInfo(ServiceInfo serviceInfo)
          Sets the "serviceInfo" element
 void ServiceInfos.setServiceInfoArray(int i, ServiceInfo serviceInfo)
          Sets ith "serviceInfo" element
 void ServiceInfos.setServiceInfoArray(ServiceInfo[] serviceInfoArray)
          Sets array of all "serviceInfo" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement ServiceInfo
 class ServiceInfoImpl
          An XML serviceInfo(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return ServiceInfo
 ServiceInfo ServiceInfosImpl.addNewServiceInfo()
          Appends and returns a new empty value (as xml) as the last "serviceInfo" element
 ServiceInfo ServiceInfoDocumentImpl.addNewServiceInfo()
          Appends and returns a new empty "serviceInfo" element
 ServiceInfo ServiceInfoDocumentImpl.getServiceInfo()
          Gets the "serviceInfo" element
 ServiceInfo[] ServiceInfosImpl.getServiceInfoArray()
          Gets array of all "serviceInfo" elements
 ServiceInfo ServiceInfosImpl.getServiceInfoArray(int i)
          Gets ith "serviceInfo" element
 ServiceInfo ServiceInfosImpl.insertNewServiceInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceInfo" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type ServiceInfo
 void ServiceInfoDocumentImpl.setServiceInfo(ServiceInfo serviceInfo)
          Sets the "serviceInfo" element
 void ServiceInfosImpl.setServiceInfoArray(int i, ServiceInfo serviceInfo)
          Sets ith "serviceInfo" element
 void ServiceInfosImpl.setServiceInfoArray(ServiceInfo[] serviceInfoArray)
          Sets array of all "serviceInfo" element
 

Uses of ServiceInfo in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util with parameters of type ServiceInfo
static Service ScoutUddiJaxrHelper.getService(ServiceInfo si, LifeCycleManager lcm)
           
 



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