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

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

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

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

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

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



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