| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| com.prosysopc.ua.typedictionary |
Dynamic
Structure handing based on
TypeDictionarys read from the server address space. |
| Modifier and Type | Method and Description |
|---|---|
static UaNamespaceTranslateable.Context |
UaNamespaceTranslateable.Context.namespaceIndexOnly(Function<Integer,Integer> namespaceIndexTranslation)
Context that only translates namespaceindexes.
|
static UaNamespaceTranslateable.Context |
UaNamespaceTranslateable.Context.namespacesOnly(Function<Integer,Integer> namespaceIndexTranslation,
Function<UaNamespace,UaNamespace> namespaceTranslation)
Context that only translates namespaces.
|
UaNamespaceTranslateable.Context |
UaNamespaceTranslateable.Context.withTranslateDataTypeSpecifications(EncoderContext targetEncoderContext,
Consumer<UaDataTypeSpecification> consumer)
Returns a
UaNamespaceTranslateable.Context that will also translate UaDataTypeSpecifications of all
UaOptionSets, Enumerations and Structures. |
| Modifier and Type | Method and Description |
|---|---|
UaQualifiedName |
UaQualifiedName.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
UaNodeId |
UaNodeId.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
T |
UaNamespaceTranslateable.withTranslatedNamespaces(UaNamespaceTranslateable.Context context)
Returns a deep copy of itself where all where every namespace index and uri plus server index
and uri (see
ExpandedNodeId, UaExpandedNodeId) has been swapped based on the
given UaNamespaceTranslateable.Context. |
| Modifier and Type | Method and Description |
|---|---|
Variant |
Variant.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
default Structure |
Structure.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
QualifiedName |
QualifiedName.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
NodeId |
NodeId.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
ExtensionObject |
ExtensionObject.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
ExpandedNodeId |
ExpandedNodeId.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
| Modifier and Type | Method and Description |
|---|---|
StructureSpecification |
StructureSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
SimpleTypeSpecification |
SimpleTypeSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
OptionSetStructureSpecification |
OptionSetStructureSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
OptionSetSpecification |
OptionSetSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
default FieldSpecification |
FieldSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
EnumerationSpecification |
EnumerationSpecification.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
Copyright © 2026. All rights reserved.