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

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

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

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

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

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



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