org.apache.juddi.v3.tck
Class UDDISubscriptionListenerImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.apache.juddi.v3.tck.UDDISubscriptionListenerImpl
All Implemented Interfaces:
Serializable, Remote, org.uddi.v3_service.UDDISubscriptionListenerPortType

public class UDDISubscriptionListenerImpl
extends UnicastRemoteObject
implements org.uddi.v3_service.UDDISubscriptionListenerPortType

WebService which implements the UDDI v3 SubscriptionListener API. This service can be brought during integration testing on the test side. The UDDI server can then call in to it.

Author:
kstam
See Also:
Serialized Form

Field Summary
static Map<Integer,String> notifcationMap
           
static Integer notificationCount
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
UDDISubscriptionListenerImpl()
           
UDDISubscriptionListenerImpl(int port)
           
 
Method Summary
 org.uddi.api_v3.DispositionReport notifySubscriptionListener(org.uddi.subr_v3.NotifySubscriptionListener body)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

notificationCount

public static Integer notificationCount

notifcationMap

public static Map<Integer,String> notifcationMap
Constructor Detail

UDDISubscriptionListenerImpl

public UDDISubscriptionListenerImpl()
                             throws RemoteException
Throws:
RemoteException

UDDISubscriptionListenerImpl

public UDDISubscriptionListenerImpl(int port)
                             throws RemoteException
Throws:
RemoteException
Method Detail

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.