Uses of Class
org.uddi.sub_v3.GetSubscriptionResults

Packages that use GetSubscriptionResults
org.apache.juddi.api_v3   
org.uddi.sub_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of GetSubscriptionResults in org.apache.juddi.api_v3
 

Methods in org.apache.juddi.api_v3 that return types with arguments of type GetSubscriptionResults
 List<GetSubscriptionResults> SyncSubscription.getGetSubscriptionResultsList()
           
 

Uses of GetSubscriptionResults in org.uddi.sub_v3
 

Methods in org.uddi.sub_v3 that return GetSubscriptionResults
 GetSubscriptionResults ObjectFactory.createGetSubscriptionResults()
          Create an instance of GetSubscriptionResults
 

Methods in org.uddi.sub_v3 that return types with arguments of type GetSubscriptionResults
 javax.xml.bind.JAXBElement<GetSubscriptionResults> ObjectFactory.createGetSubscriptionResults(GetSubscriptionResults value)
          Create an instance of JAXBElement<GetSubscriptionResults>}
 

Methods in org.uddi.sub_v3 with parameters of type GetSubscriptionResults
 javax.xml.bind.JAXBElement<GetSubscriptionResults> ObjectFactory.createGetSubscriptionResults(GetSubscriptionResults value)
          Create an instance of JAXBElement<GetSubscriptionResults>}
 

Uses of GetSubscriptionResults in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type GetSubscriptionResults
 SubscriptionResultsList UDDISubscriptionPortType.getSubscriptionResults(GetSubscriptionResults body)
          This API allows a subscriber to request that the information pertaining to an existing subscription be returned.  This is useful, for example, to obtain historical data when a subscription is first set up or when a subscriber misses the notification normally provided by the registry.  The results are returned synchronously as the response to this call.  The get_subscriptionResults API can also be used as an alternative to notifications for obtaining subscription data.
 



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