org.apache.juddi.rmi
Class UDDISubscriptionService

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.UDDISubscriptionService
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, UDDISubscriptionPortType

public class UDDISubscriptionService
extends java.rmi.server.UnicastRemoteObject
implements UDDISubscriptionPortType

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 UDDISubscriptionService()
           
 
Method Summary
 void deleteSubscription(DeleteSubscription body)
           
 SubscriptionResultsList getSubscriptionResults(GetSubscriptionResults body)
           
 java.util.List<Subscription> getSubscriptions(java.lang.String authInfo)
           
 void saveSubscription(java.lang.String authInfo, javax.xml.ws.Holder<java.util.List<Subscription>> subscription)
           
 
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

UDDISubscriptionService

protected UDDISubscriptionService()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

deleteSubscription

public void deleteSubscription(DeleteSubscription body)
                        throws DispositionReportFaultMessage,
                               java.rmi.RemoteException
Specified by:
deleteSubscription in interface UDDISubscriptionPortType
Throws:
DispositionReportFaultMessage
java.rmi.RemoteException

getSubscriptionResults

public SubscriptionResultsList getSubscriptionResults(GetSubscriptionResults body)
                                               throws DispositionReportFaultMessage,
                                                      java.rmi.RemoteException
Specified by:
getSubscriptionResults in interface UDDISubscriptionPortType
Throws:
DispositionReportFaultMessage
java.rmi.RemoteException

getSubscriptions

public java.util.List<Subscription> getSubscriptions(java.lang.String authInfo)
                                              throws DispositionReportFaultMessage,
                                                     java.rmi.RemoteException
Specified by:
getSubscriptions in interface UDDISubscriptionPortType
Throws:
DispositionReportFaultMessage
java.rmi.RemoteException

saveSubscription

public void saveSubscription(java.lang.String authInfo,
                             javax.xml.ws.Holder<java.util.List<Subscription>> subscription)
                      throws DispositionReportFaultMessage,
                             java.rmi.RemoteException
Specified by:
saveSubscription in interface UDDISubscriptionPortType
Throws:
DispositionReportFaultMessage
java.rmi.RemoteException


Copyright © 2004-2010. All Rights Reserved.