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, 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
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 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.