org.opcfoundation.ua.core
Interface SessionServiceSetHandler
public interface SessionServiceSetHandler
onCreateSession
void onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onActivateSession
void onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onCloseSession
void onCloseSession(EndpointServiceRequest<CloseSessionRequest,CloseSessionResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onCancel
void onCancel(EndpointServiceRequest<CancelRequest,CancelResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
Copyright © 2018. All rights reserved.