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

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

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

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

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

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



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