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

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

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

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

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

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



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