org.opcfoundation.ua.core
Interface SecureChannelServiceSetHandler


public interface SecureChannelServiceSetHandler


Method Summary
 void onCloseSecureChannel(EndpointServiceRequest<CloseSecureChannelRequest,CloseSecureChannelResponse> req)
           
 void onOpenSecureChannel(EndpointServiceRequest<OpenSecureChannelRequest,OpenSecureChannelResponse> req)
           
 

Method Detail

onOpenSecureChannel

void onOpenSecureChannel(EndpointServiceRequest<OpenSecureChannelRequest,OpenSecureChannelResponse> req)
                         throws ServiceFaultException
Throws:
ServiceFaultException

onCloseSecureChannel

void onCloseSecureChannel(EndpointServiceRequest<CloseSecureChannelRequest,CloseSecureChannelResponse> req)
                          throws ServiceFaultException
Throws:
ServiceFaultException


Copyright © 2018. All rights reserved.