| 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.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| com.prosysopc.ua.stack.common |
This package contains common and shared classes
|
| com.prosysopc.ua.stack.encoding |
This folder contains serialization interfaces and serialization implementations
|
| com.prosysopc.ua.stack.encoding.xml |
The implementation of xml serialization.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServerTable |
UaApplication.getServerTable()
Returns the server's ServerTable (from node
VariableIdentifiers.Server_ServerArray). |
protected ServerTable |
ModelParserBase.getServerTable()
Returns the Application-related
ServerTable, by default uses
UaApplication.getServerTable() from the given constructor parameter. |
| Modifier and Type | Method and Description |
|---|---|
static UaExpandedNodeId[] |
UaExpandedNodeId.arrayFrom(ExpandedNodeId[] nodeIds,
ServerTable serverTable,
NamespaceTable namespaceTable)
Converts an array of
ExpandedNodeId to an array ofUaExpandedNodeId in the
context of the given NamespaceTable (effectively calling
UaExpandedNodeId.from(ExpandedNodeId, ServerTable, NamespaceTable) for each element). |
ExpandedNodeId |
UaExpandedNodeId.asExpandedNodeId(ServerTable serverTable)
Converts this
UaExpandedNodeId to ExpandedNodeId, throws
IllegalArgumentException if the given ServerTable doesnt't contain
UaExpandedNodeId.getServerUri(). |
static UaExpandedNodeId |
UaExpandedNodeId.from(ExpandedNodeId nodeId,
ServerTable serverTable,
NamespaceTable namespaceTable)
Converts a
ExpandedNodeId to UaExpandedNodeId. |
boolean |
UaExpandedNodeId.isLocal(ServerTable serverTable)
Returns true if the
UaExpandedNodeId.getServerUri() is the first entry (index 0) in the given
ServerTable, false otherwise (even if the entry is missing from the table). |
| Modifier and Type | Method and Description |
|---|---|
ServerTable |
UaClient.getServerTable() |
ServerTable |
AddressSpace.getServerTable()
Returns the ServerTable of the server.
|
ServerTable |
UaClient.getServerTable(boolean forceRefresh)
The server ServerTable.
|
| Modifier and Type | Method and Description |
|---|---|
ServerTable |
UaServer.getServerTable() |
ServerTable |
NodeManagerTable.getServerTable() |
| Modifier and Type | Method and Description |
|---|---|
static ExpandedNodeId[] |
ExpandedNodeId.arrayFrom(UaExpandedNodeId[] nodeIds,
ServerTable serverTable)
Converts an array of
UaExpandedNodeId to an array ofExpandedNodeId in the
context of the given NamespaceTable (effectively calling
ExpandedNodeId.from(UaExpandedNodeId, ServerTable) for each element). |
static ExpandedNodeId |
ExpandedNodeId.from(UaExpandedNodeId nodeId,
ServerTable serverTable)
Converts the given
UaExpandedNodeId to ExpandedNodeId, throws
IllegalArgumentException if the given ServerTable doesnt't contain
#getServerUri(). |
| Modifier and Type | Method and Description |
|---|---|
static ServerTable |
ServerTable.createFromArray(String[] serverArray)
createFromArray.
|
| Modifier and Type | Method and Description |
|---|---|
ServerTable |
EncoderContext.getServerTable()
Getter for the field
serverTable. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderContext.setServerTable(ServerTable serverTable)
Setter for the field
serverTable. |
| Constructor and Description |
|---|
EncoderContext(NamespaceTable namespaceTable,
ServerTable serverTable)
Constructor for EncoderContext.
|
EncoderContext(NamespaceTable namespaceTable,
ServerTable serverTable,
int maxMessageSize)
Constructor for EncoderContext.
|
| Modifier and Type | Method and Description |
|---|---|
ServerTable |
XmlDecoder.getServerTable()
Getter for the field
serverTable. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlDecoder.setServerTable(ServerTable serverTable)
Define the server table to use for mapping the server indexes of the XML data to the
application data.
|
Copyright © 2026. All rights reserved.