org.opcfoundation.ua.core
Interface SubscriptionServiceSetHandler
public interface SubscriptionServiceSetHandler
onCreateSubscription
void onCreateSubscription(EndpointServiceRequest<CreateSubscriptionRequest,CreateSubscriptionResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onModifySubscription
void onModifySubscription(EndpointServiceRequest<ModifySubscriptionRequest,ModifySubscriptionResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onSetPublishingMode
void onSetPublishingMode(EndpointServiceRequest<SetPublishingModeRequest,SetPublishingModeResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onPublish
void onPublish(EndpointServiceRequest<PublishRequest,PublishResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onRepublish
void onRepublish(EndpointServiceRequest<RepublishRequest,RepublishResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onTransferSubscriptions
void onTransferSubscriptions(EndpointServiceRequest<TransferSubscriptionsRequest,TransferSubscriptionsResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onDeleteSubscriptions
void onDeleteSubscriptions(EndpointServiceRequest<DeleteSubscriptionsRequest,DeleteSubscriptionsResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
Copyright © 2018. All rights reserved.