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

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

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

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

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

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



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