Uses of Class
org.opcfoundation.ua.core.GetEndpointsResponse

Packages that use GetEndpointsResponse
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
 

Uses of GetEndpointsResponse in org.opcfoundation.ua.application
 

Method parameters in org.opcfoundation.ua.application with type arguments of type GetEndpointsResponse
 void EndpointDiscoveryService.onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
          onGetEndpoints.
 

Uses of GetEndpointsResponse in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return GetEndpointsResponse
 GetEndpointsResponse GetEndpointsResponse.clone()
          Deep clone
 

Method parameters in org.opcfoundation.ua.core with type arguments of type GetEndpointsResponse
 void DiscoveryServiceSetHandler.onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> req)
           
 

Uses of GetEndpointsResponse in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return GetEndpointsResponse
 GetEndpointsResponse ChannelService.GetEndpoints(GetEndpointsRequest req)
          Synchronous GetEndpoints service request.
 GetEndpointsResponse ChannelService.GetEndpoints(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ProfileUris)
          Synchronous GetEndpoints service request.
 



Copyright © 2018. All rights reserved.