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

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

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

Methods in org.apache.ws.scout.uddi that return SaveService
 SaveService SaveServiceDocument.addNewSaveService()
          Appends and returns a new empty "save_service" element
 SaveService SaveServiceDocument.getSaveService()
          Gets the "save_service" element
static SaveService SaveService.Factory.newInstance()
           
static SaveService SaveService.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(File file)
           
static SaveService SaveService.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(InputStream is)
           
static SaveService SaveService.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(Node node)
           
static SaveService SaveService.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(Reader r)
           
static SaveService SaveService.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(String xmlAsString)
           
static SaveService SaveService.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(URL u)
           
static SaveService SaveService.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SaveService SaveService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SaveService SaveService.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SaveService SaveService.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SaveService SaveService.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type SaveService
 void SaveServiceDocument.setSaveService(SaveService saveService)
          Sets the "save_service" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement SaveService
 class SaveServiceImpl
          An XML save_service(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return SaveService
 SaveService SaveServiceDocumentImpl.addNewSaveService()
          Appends and returns a new empty "save_service" element
 SaveService SaveServiceDocumentImpl.getSaveService()
          Gets the "save_service" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type SaveService
 void SaveServiceDocumentImpl.setSaveService(SaveService saveService)
          Sets the "save_service" element
 



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