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

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

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

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

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

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



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