| Package | Description |
|---|---|
| com.digitalpetri.opcua.sdk.server | |
| com.digitalpetri.opcua.sdk.server.api | |
| com.digitalpetri.opcua.sdk.server.namespaces | |
| com.digitalpetri.opcua.sdk.server.util |
| Modifier and Type | Method and Description |
|---|---|
<T extends Namespace> |
NamespaceManager.registerAndAdd(String namespaceUri,
java.util.function.Function<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort,T> namespaceFunction)
Register a namespace URI and add the corresponding
Namespace. |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespaceManager.getNamespace(int index) |
Namespace |
NamespaceManager.getNamespace(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort index) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceManager.addNamespace(Namespace namespace)
Add a
Namespace. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UaNamespace |
| Modifier and Type | Class and Description |
|---|---|
class |
OpcUaNamespace |
class |
VendorNamespace |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpNamespace |
Copyright © 2015. All rights reserved.