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

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

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

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

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

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



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