Uses of Class
org.opcfoundation.ua.transport.endpoint.EndpointServiceRequest

Packages that use EndpointServiceRequest
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 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of EndpointServiceRequest in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application with parameters of type EndpointServiceRequest
 void ServerDiscoveryService.onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
          onFindServers.
 void EndpointDiscoveryService.onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
          onGetEndpoints.
 void ServiceHandlerComposition.serve(EndpointServiceRequest<?,?> request)
          Serve a service request.
 void ServiceHandler.serve(EndpointServiceRequest<?,?> request)
          Serve a service request.
 

Uses of EndpointServiceRequest in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core with parameters of type EndpointServiceRequest
 void SessionServiceSetHandler.onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req)
           
 void NodeManagementServiceSetHandler.onAddNodes(EndpointServiceRequest<AddNodesRequest,AddNodesResponse> req)
           
 void NodeManagementServiceSetHandler.onAddReferences(EndpointServiceRequest<AddReferencesRequest,AddReferencesResponse> req)
           
 void NodeManagementServiceSetHandler.onBrowse(EndpointServiceRequest<BrowseRequest,BrowseResponse> req)
           
 void NodeManagementServiceSetHandler.onBrowseNext(EndpointServiceRequest<BrowseNextRequest,BrowseNextResponse> req)
           
 void MethodServiceSetHandler.onCall(EndpointServiceRequest<CallRequest,CallResponse> req)
           
 void SessionServiceSetHandler.onCancel(EndpointServiceRequest<CancelRequest,CancelResponse> req)
           
 void SecureChannelServiceSetHandler.onCloseSecureChannel(EndpointServiceRequest<CloseSecureChannelRequest,CloseSecureChannelResponse> req)
           
 void SessionServiceSetHandler.onCloseSession(EndpointServiceRequest<CloseSessionRequest,CloseSessionResponse> req)
           
 void MonitoredItemServiceSetHandler.onCreateMonitoredItems(EndpointServiceRequest<CreateMonitoredItemsRequest,CreateMonitoredItemsResponse> req)
           
 void SessionServiceSetHandler.onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req)
           
 void SubscriptionServiceSetHandler.onCreateSubscription(EndpointServiceRequest<CreateSubscriptionRequest,CreateSubscriptionResponse> req)
           
 void MonitoredItemServiceSetHandler.onDeleteMonitoredItems(EndpointServiceRequest<DeleteMonitoredItemsRequest,DeleteMonitoredItemsResponse> req)
           
 void NodeManagementServiceSetHandler.onDeleteNodes(EndpointServiceRequest<DeleteNodesRequest,DeleteNodesResponse> req)
           
 void NodeManagementServiceSetHandler.onDeleteReferences(EndpointServiceRequest<DeleteReferencesRequest,DeleteReferencesResponse> req)
           
 void SubscriptionServiceSetHandler.onDeleteSubscriptions(EndpointServiceRequest<DeleteSubscriptionsRequest,DeleteSubscriptionsResponse> req)
           
 void DiscoveryServiceSetHandler.onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
           
 void DiscoveryServiceSetHandler.onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> req)
           
 void AttributeServiceSetHandler.onHistoryRead(EndpointServiceRequest<HistoryReadRequest,HistoryReadResponse> req)
           
 void AttributeServiceSetHandler.onHistoryUpdate(EndpointServiceRequest<HistoryUpdateRequest,HistoryUpdateResponse> req)
           
 void MonitoredItemServiceSetHandler.onModifyMonitoredItems(EndpointServiceRequest<ModifyMonitoredItemsRequest,ModifyMonitoredItemsResponse> req)
           
 void SubscriptionServiceSetHandler.onModifySubscription(EndpointServiceRequest<ModifySubscriptionRequest,ModifySubscriptionResponse> req)
           
 void SecureChannelServiceSetHandler.onOpenSecureChannel(EndpointServiceRequest<OpenSecureChannelRequest,OpenSecureChannelResponse> req)
           
 void SubscriptionServiceSetHandler.onPublish(EndpointServiceRequest<PublishRequest,PublishResponse> req)
           
 void NodeManagementServiceSetHandler.onQueryFirst(EndpointServiceRequest<QueryFirstRequest,QueryFirstResponse> req)
           
 void NodeManagementServiceSetHandler.onQueryNext(EndpointServiceRequest<QueryNextRequest,QueryNextResponse> req)
           
 void AttributeServiceSetHandler.onRead(EndpointServiceRequest<ReadRequest,ReadResponse> req)
           
 void NodeManagementServiceSetHandler.onRegisterNodes(EndpointServiceRequest<RegisterNodesRequest,RegisterNodesResponse> req)
           
 void DiscoveryServiceSetHandler.onRegisterServer(EndpointServiceRequest<RegisterServerRequest,RegisterServerResponse> req)
           
 void SubscriptionServiceSetHandler.onRepublish(EndpointServiceRequest<RepublishRequest,RepublishResponse> req)
           
 void MonitoredItemServiceSetHandler.onSetMonitoringMode(EndpointServiceRequest<SetMonitoringModeRequest,SetMonitoringModeResponse> req)
           
 void SubscriptionServiceSetHandler.onSetPublishingMode(EndpointServiceRequest<SetPublishingModeRequest,SetPublishingModeResponse> req)
           
 void MonitoredItemServiceSetHandler.onSetTriggering(EndpointServiceRequest<SetTriggeringRequest,SetTriggeringResponse> req)
           
 void SubscriptionServiceSetHandler.onTransferSubscriptions(EndpointServiceRequest<TransferSubscriptionsRequest,TransferSubscriptionsResponse> req)
           
 void NodeManagementServiceSetHandler.onTranslateBrowsePathsToNodeIds(EndpointServiceRequest<TranslateBrowsePathsToNodeIdsRequest,TranslateBrowsePathsToNodeIdsResponse> req)
           
 void NodeManagementServiceSetHandler.onUnregisterNodes(EndpointServiceRequest<UnregisterNodesRequest,UnregisterNodesResponse> req)
           
 void AttributeServiceSetHandler.onWrite(EndpointServiceRequest<WriteRequest,WriteResponse> req)
           
 

Uses of EndpointServiceRequest in org.opcfoundation.ua.transport
 

Method parameters in org.opcfoundation.ua.transport with type arguments of type EndpointServiceRequest
 void ServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
          Get all unanswered service requests.
 

Uses of EndpointServiceRequest in org.opcfoundation.ua.transport.https
 

Method parameters in org.opcfoundation.ua.transport.https with type arguments of type EndpointServiceRequest
 void HttpsServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
          Get all unanswered service requests.
 

Uses of EndpointServiceRequest in org.opcfoundation.ua.transport.tcp.nio
 

Subclasses of EndpointServiceRequest in org.opcfoundation.ua.transport.tcp.nio
 class PendingRequest
          PendingRequest class.
 

Method parameters in org.opcfoundation.ua.transport.tcp.nio with type arguments of type EndpointServiceRequest
 void OpcTcpServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
          Get all unanswered service requests.
 



Copyright © 2018. All rights reserved.