org.opcfoundation.ua.core
Interface DiscoveryServiceSetHandler


public interface DiscoveryServiceSetHandler


Method Summary
 void onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
           
 void onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> req)
           
 void onRegisterServer(EndpointServiceRequest<RegisterServerRequest,RegisterServerResponse> req)
           
 

Method Detail

onFindServers

void onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
                   throws ServiceFaultException
Throws:
ServiceFaultException

onGetEndpoints

void onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> req)
                    throws ServiceFaultException
Throws:
ServiceFaultException

onRegisterServer

void onRegisterServer(EndpointServiceRequest<RegisterServerRequest,RegisterServerResponse> req)
                      throws ServiceFaultException
Throws:
ServiceFaultException


Copyright © 2018. All rights reserved.