org.apache.juddi.rmi
Class UDDISubscriptionListenerService

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.rmi.UDDISubscriptionListenerService
All Implemented Interfaces:
Serializable, Remote, org.uddi.v3_service.UDDISubscriptionListenerPortType

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

UDDISecurityPortType wrapper so it can be exposed as a service over RMI.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected UDDISubscriptionListenerService(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
 

Constructor Detail

UDDISubscriptionListenerService

protected UDDISubscriptionListenerService(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,
                                                                    RemoteException
Specified by:
notifySubscriptionListener in interface org.uddi.v3_service.UDDISubscriptionListenerPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException


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