Uses of Class
org.uddi.api_v3.DispositionReport

Packages that use DispositionReport
org.uddi.api_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of DispositionReport in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return DispositionReport
 DispositionReport ObjectFactory.createDispositionReport()
          Create an instance of DispositionReport
 

Methods in org.uddi.api_v3 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.uddi.api_v3 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.uddi.v3_service
 

Methods in org.uddi.v3_service that return DispositionReport
static DispositionReport DispositionReportFaultMessage.getDispositionReport(Exception e)
          Convenience method to figure out if the Exception at hand contains a DispositionReport.
 DispositionReport DispositionReportFaultMessage.getFaultInfo()
           
 DispositionReport UDDISubscriptionListenerPortType.notifySubscriptionListener(NotifySubscriptionListener body)
          This API, when implemented by a subscriber and specified in a subscription, enables the node to deliver notifications to subscription listeners by invoking a Web service.
 DispositionReport UDDIValueSetValidationPortType.validateValues(ValidateValues body)
          

A UDDI node that supports external validation sends the validate_values API to the appropriate external Web service, of which there is exactly one, whenever a publisher saves data that uses a keyedReference or keyedReferenceGroup whose use is regulated by the external party who controls that Web service.

 

Constructors in org.uddi.v3_service with parameters of type DispositionReport
DispositionReportFaultMessage(String message, DispositionReport faultInfo)
           
DispositionReportFaultMessage(String message, DispositionReport faultInfo, Throwable cause)
           
 



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