org.opcfoundation.ua.application
Class ServerDiscoveryService

java.lang.Object
  extended by 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/


Constructor Summary
ServerDiscoveryService()
           
 
Method Summary
 void onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
          onFindServers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerDiscoveryService

public ServerDiscoveryService()
Method Detail

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.