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

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

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

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

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

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



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