org.apache.juddi.v3.client.mapping
Class UDDIClientSubscriptionListenerImpl

java.lang.Object
  extended by org.apache.juddi.v3.client.mapping.UDDIClientSubscriptionListenerImpl
All Implemented Interfaces:
Remote, org.uddi.v3_service.UDDISubscriptionListenerPortType

public class UDDIClientSubscriptionListenerImpl
extends Object
implements org.uddi.v3_service.UDDISubscriptionListenerPortType

WebService which implements the UDDI v3 SubscriptionListener API. This service will be called by the UDDI registry when any change to a Service or BindingTemplate call in to it.

Author:
kstam

Constructor Summary
UDDIClientSubscriptionListenerImpl()
           
UDDIClientSubscriptionListenerImpl(String bindingKey, UDDIServiceCache serviceCache)
           
 
Method Summary
static Map<String,UDDIServiceCache> getServiceCacheMap()
           
 org.uddi.api_v3.DispositionReport notifySubscriptionListener(org.uddi.subr_v3.NotifySubscriptionListener body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIClientSubscriptionListenerImpl

public UDDIClientSubscriptionListenerImpl(String bindingKey,
                                          UDDIServiceCache serviceCache)

UDDIClientSubscriptionListenerImpl

public UDDIClientSubscriptionListenerImpl()
Method Detail

getServiceCacheMap

public static Map<String,UDDIServiceCache> getServiceCacheMap()

notifySubscriptionListener

public org.uddi.api_v3.DispositionReport notifySubscriptionListener(org.uddi.subr_v3.NotifySubscriptionListener body)
                                                             throws org.uddi.v3_service.DispositionReportFaultMessage
Specified by:
notifySubscriptionListener in interface org.uddi.v3_service.UDDISubscriptionListenerPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage


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