org.opcfoundation.ua.core
Interface DiscoveryServiceSetHandler
public interface DiscoveryServiceSetHandler
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.