org.opcfoundation.ua.core
Interface SessionServiceSetHandler


public interface SessionServiceSetHandler


Method Summary
 void onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req)
           
 void onCancel(EndpointServiceRequest<CancelRequest,CancelResponse> req)
           
 void onCloseSession(EndpointServiceRequest<CloseSessionRequest,CloseSessionResponse> req)
           
 void onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req)
           
 

Method Detail

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.