See: Description
| Interface | Description |
|---|---|
| ServiceHandler |
Service Handler reads
ServiceRequest from client, processes it, and returns a
ServiceResponse. |
| SessionChannel.RequestValidator |
An optional listener, that can be set to the channel and allows modifying and rejecting
ServiceRequests sent to this channel. |
| Class | Description |
|---|---|
| AbstractServiceHandler |
Abstract implementation for a service handler that can server only one type of service request;
|
| Application |
This class contains the mechanisms that are common for both client and server application.
|
| Client |
OPC UA Client application
|
| EndpointDiscoveryService |
Service handler that serves onGetEndpoints request.
|
| Server |
This object represents a service server.
|
| ServerDiscoveryService |
This class is the service implementation of a discovery Server.
|
| ServiceHandlerComposition |
Composition of ServiceHandlers.
|
| Session |
Session.
|
| SessionChannel |
Session channel is a request channel of an active session.
|
Copyright © 2026. All rights reserved.