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(java.lang.Exception e)
          Convenience method to figure out if the Exception at hand contains a DispositionReport.
 DispositionReport DispositionReportFaultMessage.getFaultInfo()
           
 DispositionReport UDDISubscriptionListenerPortType.notifySubscriptionListener(NotifySubscriptionListener body)
           
 DispositionReport UDDIValueSetValidationPortType.validateValues(ValidateValues body)
           
 

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



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