org.opcfoundation.ua.application
Class EndpointDiscoveryService

java.lang.Object
  extended by org.opcfoundation.ua.application.EndpointDiscoveryService

public class EndpointDiscoveryService
extends Object

Service handler that serves onGetEndpoints request.


Constructor Summary
EndpointDiscoveryService(EndpointBindingCollection endpointBindings)
          Constructor for EndpointDiscoveryService.
 
Method Summary
 EndpointBindingCollection getEndpointCollection()
          getEndpointCollection.
 void onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
          onGetEndpoints.
 void setEndpointBindingCollection(EndpointBindingCollection endpointBindings)
          setEndpointBindingCollection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointDiscoveryService

public EndpointDiscoveryService(EndpointBindingCollection endpointBindings)

Constructor for EndpointDiscoveryService.

Parameters:
endpointBindings - a EndpointBindingCollection object.
Method Detail

setEndpointBindingCollection

public void setEndpointBindingCollection(EndpointBindingCollection endpointBindings)

setEndpointBindingCollection.

Parameters:
endpointBindings - a EndpointBindingCollection object.

onGetEndpoints

public void onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
                    throws ServiceFaultException

onGetEndpoints.

Parameters:
messageExchange - a EndpointServiceRequest object.
Throws:
ServiceFaultException - if any.

getEndpointCollection

public EndpointBindingCollection getEndpointCollection()

getEndpointCollection.

Returns:
a EndpointBindingCollection object.


Copyright © 2018. All rights reserved.