org.opcfoundation.ua.application
Class ServerDiscoveryService
java.lang.Object
org.opcfoundation.ua.application.ServerDiscoveryService
public class ServerDiscoveryService
- extends Object
This class is the service implementation of a discovery Server.
NOTE! This class is not yet implemented.
The plan is to create discovery server that supports various back-ends
using Java Naming and Directory Interface (JNDI). JNDI is extendable and
out-of-box it supports LDAP.
See http://java.sun.com/products/jndi/
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerDiscoveryService
public ServerDiscoveryService()
onFindServers
public void onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
throws ServiceFaultException
onFindServers.
- Parameters:
req - a EndpointServiceRequest object.
- Throws:
ServiceFaultException - if any.
Copyright © 2018. All rights reserved.