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

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

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

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

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

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



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