Uses of Class
org.apache.ws.scout.model.uddi.v2.DispositionReport

Packages that use DispositionReport
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
 

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

Methods in org.apache.ws.scout.model.uddi.v2 that return DispositionReport
 DispositionReport ObjectFactory.createDispositionReport()
          Create an instance of DispositionReport
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type DispositionReport
 javax.xml.bind.JAXBElement<DispositionReport> ObjectFactory.createDispositionReport(DispositionReport value)
          Create an instance of JAXBElement<DispositionReport>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type DispositionReport
 javax.xml.bind.JAXBElement<DispositionReport> ObjectFactory.createDispositionReport(DispositionReport value)
          Create an instance of JAXBElement<DispositionReport>}
 

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

Methods in org.apache.ws.scout.registry that return DispositionReport
 DispositionReport RegistryImpl.deleteBinding(java.lang.String authInfo, java.lang.String[] bindingKeyArray)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport IRegistry.deleteBinding(java.lang.String authInfo, java.lang.String[] bindingKeyArray)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport RegistryImpl.deleteBusiness(java.lang.String authInfo, java.lang.String[] businessKeyArray)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport IRegistry.deleteBusiness(java.lang.String authInfo, java.lang.String[] businessKeyArray)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport RegistryImpl.deletePublisherAssertions(java.lang.String authInfo, PublisherAssertion[] assertionArray)
           
 DispositionReport IRegistry.deletePublisherAssertions(java.lang.String authInfo, PublisherAssertion[] assertionArray)
           
 DispositionReport RegistryImpl.deleteService(java.lang.String authInfo, java.lang.String[] serviceKeyArray)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport IRegistry.deleteService(java.lang.String authInfo, java.lang.String[] serviceKeyArray)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport RegistryImpl.deleteTModel(java.lang.String authInfo, java.lang.String[] tModelKeyArray)
          "Used to delete registered information about a tModel.
 DispositionReport IRegistry.deleteTModel(java.lang.String authInfo, java.lang.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(java.lang.String fCode, java.lang.String fString, java.lang.String fActor, DispositionReport dispRpt)
          Constructs a RegistryException instance.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.