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

Packages that use DispositionReport
org.apache.ws.scout.registry   
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of DispositionReport in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return DispositionReport
 DispositionReport IRegistry.deleteBinding(String authInfo, String[] bindingKeyArray)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport RegistryImpl.deleteBinding(String authInfo, String[] bindingKeyArray)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport IRegistry.deleteBusiness(String authInfo, String[] businessKeyArray)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport RegistryImpl.deleteBusiness(String authInfo, String[] businessKeyArray)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport IRegistry.deletePublisherAssertions(String authInfo, PublisherAssertion[] assertionArray)
           
 DispositionReport RegistryImpl.deletePublisherAssertions(String authInfo, PublisherAssertion[] assertionArray)
           
 DispositionReport IRegistry.deleteService(String authInfo, String[] serviceKeyArray)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport RegistryImpl.deleteService(String authInfo, String[] serviceKeyArray)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport IRegistry.deleteTModel(String authInfo, String[] tModelKeyArray)
          "Used to delete registered information about a tModel.
 DispositionReport RegistryImpl.deleteTModel(String authInfo, String[] tModelKeyArray)
          "Used to delete registered information about a tModel.
 DispositionReport RegistryException.getDispositionReport()
          Returns the disposition report associated with this jUDDI exception.
 

Methods in org.apache.ws.scout.registry with parameters of type DispositionReport
 void RegistryException.setDispositionReport(DispositionReport dispRpt)
          Sets the UDDI DispositionReport value to the instance specified
 

Constructors in org.apache.ws.scout.registry with parameters of type DispositionReport
RegistryException(String fCode, String fString, String fActor, DispositionReport dispRpt)
          Constructs a RegistryException instance.
 

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

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

Methods in org.apache.ws.scout.uddi with parameters of type DispositionReport
 void DispositionReportDocument.setDispositionReport(DispositionReport dispositionReport)
          Sets the "dispositionReport" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement DispositionReport
 class DispositionReportImpl
          An XML dispositionReport(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return DispositionReport
 DispositionReport DispositionReportDocumentImpl.addNewDispositionReport()
          Appends and returns a new empty "dispositionReport" element
 DispositionReport DispositionReportDocumentImpl.getDispositionReport()
          Gets the "dispositionReport" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type DispositionReport
 void DispositionReportDocumentImpl.setDispositionReport(DispositionReport dispositionReport)
          Sets the "dispositionReport" element
 



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