org.apache.juddi.rmi
Class UDDISubscriptionService
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
UDDISubscriptionService
protected UDDISubscriptionService()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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.