| 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.
|
| com.prosysopc.ua.typedictionary |
Dynamic
Structure handing based on
TypeDictionarys read from the server address space. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeConversionException
Conversion error, typically thrown by
DataTypeConverter. |
class |
MethodCallStatusException
Exception from a Method Call failure .
|
class |
ServiceException
An exception from an OPC UA service call.
|
class |
SessionActivationException
An exception from a failure to activate a OPC UA session.
|
class |
StatusException
An operation level exception.
|
class |
UaNodeSetException
Exception related to
UaNodeSet. |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
UaAddressSpace.getNode(ExpandedNodeId nodeId)
Convenience method for
UaAddressSpace.getNode(NodeId) that accepts ExpandedNodeId. |
<T extends UaNode> |
UaAddressSpace.getNode(ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for
UaAddressSpace.getNode(ExpandedNodeId) that converts the results to given
class. |
UaNode |
UaAddressSpace.getNode(NodeId nodeId)
Find the UaNode object, corresponding to the NodeId.
|
<T extends UaNode> |
UaAddressSpace.getNode(NodeId nodeId,
Class<T> clazz)
Convenience method for
UaAddressSpace.getNode(NodeId) that converts the results to given class. |
UaNode |
UaAddressSpace.getNode(UaNodeId nodeId)
Convenience method for
UaAddressSpace.getNode(NodeId) that accepts UaNodeId. |
<T extends UaNode> |
UaAddressSpace.getNode(UaNodeId nodeId,
Class<T> clazz)
Convenience method for
UaAddressSpace.getNode(UaNodeId) that converts the results to given class. |
FolderType |
UaAddressSpace.getObjectsFolder()
Returns the UaNode for
UaObjectIds.ObjectsFolder. |
FolderType |
UaAddressSpace.getRoot()
Returns the UaNode for
UaObjectIds.RootFolder. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressSpaceException
An exception while reading the AddressSpace information from the server.
|
class |
CertificateValidationException
Thrown by
UaClient if the Cert for the Server doesn't validate from
CertificateValidator that is given to UaClient. |
class |
ConnectException
Failure in connecting the UaClient to the UA Server.
|
class |
InvalidServerCertificateException
Invalid Server certificate exception.
|
class |
InvalidServerEndpointException
Invalid server endpoint exception.
|
class |
ServerConnectionException
Failure related to server connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubException
Super Exception type for PubSub-related operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagerTable.loadModel(UaNodeSet... nodesets)
Resolves and adds the given
UaNodeSets to the address space using
UaNodeSetLoadOptions.defaults() options. |
void |
NodeManagerTable.loadModel(UaNodeSetLoadOptions options,
UaNodeSet... nodesets)
Resolves and adds the given
UaNodeSets to the address space using the given options. |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeDictionaryException |
Copyright © 2026. All rights reserved.