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

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

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

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

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

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



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