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

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

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

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

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

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



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