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

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

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

Methods in org.apache.ws.scout.uddi that return ServiceListDocument
static ServiceListDocument ServiceListDocument.Factory.newInstance()
           
static ServiceListDocument ServiceListDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(File file)
           
static ServiceListDocument ServiceListDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(InputStream is)
           
static ServiceListDocument ServiceListDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(Node node)
           
static ServiceListDocument ServiceListDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(Reader r)
           
static ServiceListDocument ServiceListDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(String xmlAsString)
           
static ServiceListDocument ServiceListDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(URL u)
           
static ServiceListDocument ServiceListDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceListDocument ServiceListDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceListDocument ServiceListDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceListDocument ServiceListDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ServiceListDocument ServiceListDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.ws.scout.uddi.impl that implement ServiceListDocument
 class ServiceListDocumentImpl
          A document containing one serviceList(@urn:uddi-org:api_v2) element.
 



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