org.apache.juddi.v3.tck
Class UDDISubscriptionListenerImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.juddi.v3.tck.UDDISubscriptionListenerImpl
- All Implemented Interfaces:
- Serializable, Remote, UDDISubscriptionListenerPortType
public class UDDISubscriptionListenerImpl
- extends UnicastRemoteObject
- implements 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
notificationCount
public static Integer notificationCount
notifcationMap
public static Map<Integer,String> notifcationMap
UDDISubscriptionListenerImpl
public UDDISubscriptionListenerImpl()
throws RemoteException
- Throws:
RemoteException
UDDISubscriptionListenerImpl
public UDDISubscriptionListenerImpl(int port)
throws RemoteException
- Throws:
RemoteException
notifySubscriptionListener
public DispositionReport notifySubscriptionListener(NotifySubscriptionListener body)
throws DispositionReportFaultMessage
- Specified by:
notifySubscriptionListener in interface UDDISubscriptionListenerPortType
- Returns:
- returns org.uddi.api_v3.DispositionReport
- Throws:
DispositionReportFaultMessage
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.