Uses of Interface
org.opcfoundation.ua.builtintypes.ServiceResponse

Packages that use ServiceResponse
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.endpoint Endpoint related classes 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.tcp.io   
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of ServiceResponse in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return types with arguments of type ServiceResponse
 AsyncResult<ServiceResponse> SessionChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 

Uses of ServiceResponse in org.opcfoundation.ua.core
 

Classes in org.opcfoundation.ua.core that implement ServiceResponse
 class ActivateSessionResponse
           
 class AddNodesResponse
           
 class AddReferencesResponse
           
 class BrowseNextResponse
           
 class BrowseResponse
           
 class CallResponse
           
 class CancelResponse
           
 class CloseSecureChannelResponse
           
 class CloseSessionResponse
           
 class CreateMonitoredItemsResponse
           
 class CreateSessionResponse
           
 class CreateSubscriptionResponse
           
 class DeleteMonitoredItemsResponse
           
 class DeleteNodesResponse
           
 class DeleteReferencesResponse
           
 class DeleteSubscriptionsResponse
           
 class FindServersOnNetworkResponse
           
 class FindServersResponse
           
 class GetEndpointsResponse
           
 class HistoryReadResponse
           
 class HistoryUpdateResponse
           
 class ModifyMonitoredItemsResponse
           
 class ModifySubscriptionResponse
           
 class OpenSecureChannelResponse
           
 class PublishResponse
           
 class QueryFirstResponse
           
 class QueryNextResponse
           
 class ReadResponse
           
 class RegisterNodesResponse
           
 class RegisterServer2Response
           
 class RegisterServerResponse
           
 class RepublishResponse
           
 class SetMonitoringModeResponse
           
 class SetPublishingModeResponse
           
 class SetTriggeringResponse
           
 class TransferSubscriptionsResponse
           
 class TranslateBrowsePathsToNodeIdsResponse
           
 class UnregisterNodesResponse
           
 class WriteResponse
           
 

Uses of ServiceResponse in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return ServiceResponse
 ServiceResponse ServiceChannel.serviceRequest(ServiceRequest request)
          Sends a request over the secure channel.
 ServiceResponse SecureChannel.serviceRequest(ServiceRequest request)
          Sends a request over the secure channel.
 

Methods in org.opcfoundation.ua.transport that return types with arguments of type ServiceResponse
 AsyncResult<ServiceResponse> ServiceChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> SecureChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> RequestChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 

Uses of ServiceResponse in org.opcfoundation.ua.transport.endpoint
 

Classes in org.opcfoundation.ua.transport.endpoint with type parameters of type ServiceResponse
 class EndpointServiceRequest<Request extends ServiceRequest,Response extends ServiceResponse>
          Asynchronous message exchange.
 

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

Methods in org.opcfoundation.ua.transport.https that return ServiceResponse
 ServiceResponse HttpsClientSecureChannel.serviceRequest(ServiceRequest request)
          Sends a request over the secure channel.
 ServiceResponse HttpsClient.serviceRequest(ServiceRequest request)
          Send a service request over the secure channel.
 ServiceResponse HttpsClient.serviceRequest(ServiceRequest request, long operationTimeout)
          Send a service request over the secure channel.
 

Methods in org.opcfoundation.ua.transport.https that return types with arguments of type ServiceResponse
 AsyncResult<ServiceResponse> HttpsClientSecureChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest, long operationTimeout)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest, long operationTimeout, int secureChannelId)
          serviceRequestAsync.
 

Uses of ServiceResponse in org.opcfoundation.ua.transport.tcp.io
 

Methods in org.opcfoundation.ua.transport.tcp.io that return ServiceResponse
 ServiceResponse SecureChannelTcp.serviceRequest(ServiceRequest request)
          Send a service request over the secure channel.
 ServiceResponse ITransportChannel.serviceRequest(ServiceRequest request)
          Send a service request over the secure channel.
 ServiceResponse SecureChannelTcp.serviceRequest(ServiceRequest request, long operationTimeout)
          Send a service request over the secure channel.
 ServiceResponse ITransportChannel.serviceRequest(ServiceRequest request, long operationTimeout)
          Send a service request over the secure channel.
 

Methods in org.opcfoundation.ua.transport.tcp.io that return types with arguments of type ServiceResponse
 AsyncResult<ServiceResponse> SecureChannelTcp.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> ITransportChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> SecureChannelTcp.serviceRequestAsync(ServiceRequest request, long operationTimeout)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> ITransportChannel.serviceRequestAsync(ServiceRequest request, long operationTimeout)
          Asynchronous operation to send a request over the secure channel.
 

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

Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type ServiceResponse
 AsyncWrite PendingRequest.sendResponse(ServiceResponse response)
          Send a response.
 



Copyright © 2018. All rights reserved.