| Package | Description |
|---|---|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceChannel |
Client.createServiceChannel(ApplicationDescription applicationDescription)
Create a service channel
|
ServiceChannel |
Client.createServiceChannel(EndpointDescription endpoint)
Create a service channel to an endpoint.
|
ServiceChannel |
Client.createServiceChannel(String endpointUrl)
Create a service channel to a UA Server This method first queries endpoints, chooses the most
suitable and connects to it.
|
ServiceChannel |
Client.createServiceChannel(String connectUrl,
EndpointDescription endpoint)
Create a service channel to an endpoint
|
ServiceChannel |
Client.createServiceChannel(String connectUrl,
String endpointUri)
Create a service channel to a UA Server This method first queries endpoints, chooses the most
suitable and connects to it.
|
ServiceChannel |
Client.createServiceChannel(String connectUrl,
String endpointUri,
SecurityMode mode,
Cert remoteCertificate)
Create and open a service channel.
|
ServiceChannel |
Client.createServiceChannel(TransportChannelSettings settings)
Create and open a secure channel and adapt to service channel.
|
Copyright © 2026. All rights reserved.