| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Constructor and Description |
|---|
ModelParserBase(UaApplication application)
Creates a new ModelParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UaClient
A client connection interface to an OPC UA server.
|
class |
UaLoopbackClient
|
| Modifier and Type | Method and Description |
|---|---|
static PubSubSystem |
PubSubSystem.createFor(UaApplication uaApplication,
PubSubSystemConf initialConf)
Creates a
PubSubSystem that uses the given UaApplication as the source and
target of for Publisher and Subscriber parts.The returned PubSubSystem must be started
by invoking PubSubSystem.start(). |
static PubSubSystem |
PubSubSystem.createFor(UaApplication uaApplication,
PubSubSystemConf initialConf,
PubSubSystemOverrides overrides)
Creates a
PubSubSystem that uses the given UaApplication as the source and
target of for Publisher and Subscriber parts. |
| Modifier and Type | Class and Description |
|---|---|
class |
UaServer
Basic implementation of the OPC UA server.
|
Copyright © 2026. All rights reserved.