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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type DeleteService
 void DeleteServiceDocument.setDeleteService(DeleteService deleteService)
          Sets the "delete_service" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement DeleteService
 class DeleteServiceImpl
          An XML delete_service(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return DeleteService
 DeleteService DeleteServiceDocumentImpl.addNewDeleteService()
          Appends and returns a new empty "delete_service" element
 DeleteService DeleteServiceDocumentImpl.getDeleteService()
          Gets the "delete_service" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type DeleteService
 void DeleteServiceDocumentImpl.setDeleteService(DeleteService deleteService)
          Sets the "delete_service" element
 



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