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

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

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

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

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

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



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