Uses of Class
org.uddi.api_v3.DispositionReport

Packages that use DispositionReport
org.apache.juddi.api.impl   
org.apache.juddi.rmi   
org.apache.juddi.subscription.notify   
org.apache.juddi.v3.client.mapping   
org.apache.juddi.v3.error   
org.apache.juddi.v3.tck   
org.uddi.api_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of DispositionReport in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl that return DispositionReport
 DispositionReport UDDISubscriptionListenerImpl.notifySubscriptionListener(NotifySubscriptionListener body)
           
 DispositionReport UDDIValueSetValidationImpl.validateValues(ValidateValues body)
           
 

Uses of DispositionReport in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi that return DispositionReport
 DispositionReport UDDISubscriptionListenerService.notifySubscriptionListener(NotifySubscriptionListener body)
           
 

Uses of DispositionReport in org.apache.juddi.subscription.notify
 

Methods in org.apache.juddi.subscription.notify that return DispositionReport
 DispositionReport SMTPNotifier.notifySubscriptionListener(NotifySubscriptionListener body)
           
 DispositionReport RMINotifier.notifySubscriptionListener(NotifySubscriptionListener body)
           
 DispositionReport Notifier.notifySubscriptionListener(NotifySubscriptionListener body)
           
 DispositionReport JNDI_RMINotifier.notifySubscriptionListener(NotifySubscriptionListener body)
           
 DispositionReport HTTPNotifier.notifySubscriptionListener(NotifySubscriptionListener body)
           
 

Uses of DispositionReport in org.apache.juddi.v3.client.mapping
 

Methods in org.apache.juddi.v3.client.mapping that return DispositionReport
 DispositionReport UDDIClientSubscriptionListenerImpl.notifySubscriptionListener(NotifySubscriptionListener body)
           
 

Uses of DispositionReport in org.apache.juddi.v3.error
 

Methods in org.apache.juddi.v3.error that return DispositionReport
static DispositionReport UDDIErrorHelper.buildDispositionReport(int errNo)
           
 

Constructors in org.apache.juddi.v3.error with parameters of type DispositionReport
AuthenticationException(ErrorMessage message, DispositionReport dispositionReport)
           
RegistryException(ErrorMessage message, DispositionReport dispReport)
           
 

Uses of DispositionReport in org.apache.juddi.v3.tck
 

Methods in org.apache.juddi.v3.tck that return DispositionReport
 DispositionReport UDDISubscriptionListenerImpl.notifySubscriptionListener(NotifySubscriptionListener body)
           
 

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.