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

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

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

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

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

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



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