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:
- Serializable, Remote, org.uddi.v3_service.UDDISubscriptionPortType
public class UDDISubscriptionService
- extends UnicastRemoteObject
- implements org.uddi.v3_service.UDDISubscriptionPortType
UDDISecurityPortType wrapper so it can be exposed as a service over RMI.
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
UDDISubscriptionService
protected UDDISubscriptionService(int port)
throws RemoteException
- Throws:
RemoteException
deleteSubscription
public void deleteSubscription(org.uddi.sub_v3.DeleteSubscription body)
throws org.uddi.v3_service.DispositionReportFaultMessage,
RemoteException
- Specified by:
deleteSubscription
in interface org.uddi.v3_service.UDDISubscriptionPortType
- Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException
getSubscriptionResults
public org.uddi.sub_v3.SubscriptionResultsList getSubscriptionResults(org.uddi.sub_v3.GetSubscriptionResults body)
throws org.uddi.v3_service.DispositionReportFaultMessage,
RemoteException
- Specified by:
getSubscriptionResults
in interface org.uddi.v3_service.UDDISubscriptionPortType
- Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException
getSubscriptions
public List<org.uddi.sub_v3.Subscription> getSubscriptions(String authInfo)
throws org.uddi.v3_service.DispositionReportFaultMessage,
RemoteException
- Specified by:
getSubscriptions
in interface org.uddi.v3_service.UDDISubscriptionPortType
- Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException
saveSubscription
public void saveSubscription(String authInfo,
javax.xml.ws.Holder<List<org.uddi.sub_v3.Subscription>> subscription)
throws org.uddi.v3_service.DispositionReportFaultMessage,
RemoteException
- Specified by:
saveSubscription
in interface org.uddi.v3_service.UDDISubscriptionPortType
- Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.