Uses of Class
org.apache.juddi.datatype.response.DispositionReport

Packages that use DispositionReport
org.apache.juddi   
org.apache.juddi.error   
 

Uses of DispositionReport in org.apache.juddi
 

Methods in org.apache.juddi that return DispositionReport
 DispositionReport IRegistry.addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport AbstractRegistry.addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport IRegistry.deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport AbstractRegistry.deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport IRegistry.deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport AbstractRegistry.deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport IRegistry.deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector)
          "Used to delete an existing publisher accounts."
 DispositionReport AbstractRegistry.deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector)
          "Used to delete an existing publisher accounts."
 DispositionReport IRegistry.deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport AbstractRegistry.deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport IRegistry.deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport AbstractRegistry.deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport IRegistry.deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector)
          "Used to delete registered information about a tModel.
 DispositionReport AbstractRegistry.deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector)
          "Used to delete registered information about a tModel.
 DispositionReport IRegistry.discardAuthToken(AuthInfo authInfo)
          "Used to inform an Operator Site that a previously provided authentication token is no longer valid.
 DispositionReport AbstractRegistry.discardAuthToken(AuthInfo authInfo)
          "Used to inform an Operator Site that a previously provided authentication token is no longer valid.
 DispositionReport IRegistry.validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector)
           
 DispositionReport AbstractRegistry.validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector)
           
 

Uses of DispositionReport in org.apache.juddi.error
 

Methods in org.apache.juddi.error that return DispositionReport
 DispositionReport RegistryException.getDispositionReport()
          Returns the disposition report associated with this jUDDI exception.
 

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

Constructors in org.apache.juddi.error 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-2007 Apache Software Foundation. All Rights Reserved.