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

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

public class UDDIClientSubscriptionListenerImpl
extends java.lang.Object
implements 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(java.lang.String bindingKey, UDDIServiceCache serviceCache)
           
 
Method Summary
static java.util.Map<java.lang.String,UDDIServiceCache> getServiceCacheMap()
           
 DispositionReport notifySubscriptionListener(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(java.lang.String bindingKey,
                                          UDDIServiceCache serviceCache)

UDDIClientSubscriptionListenerImpl

public UDDIClientSubscriptionListenerImpl()
Method Detail

getServiceCacheMap

public static java.util.Map<java.lang.String,UDDIServiceCache> getServiceCacheMap()

notifySubscriptionListener

public DispositionReport notifySubscriptionListener(NotifySubscriptionListener body)
                                             throws DispositionReportFaultMessage
Specified by:
notifySubscriptionListener in interface UDDISubscriptionListenerPortType
Throws:
DispositionReportFaultMessage


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