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

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

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

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

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

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



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