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

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

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

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

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

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



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