| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelParserBase.addNodes(List<AddNodesItem> nodes,
String type)
Adds the given nodes.
|
protected void |
ModelParserBase.addReferences(List<AddReferencesItem> references)
Adds the given References.
|
void |
ModelParserBase.createModel(boolean failOnFirstError)
Creates the previously parsed model into the AddressSpaceHandler specified at initialization.
|
void |
UaAddressSpace.loadModel(InputStream inputStream)
Load an Information Model into the application's address space.
|
void |
UaAddressSpace.loadModel(URI path)
Load an Information Model into the application's address space.
|
void |
ModelParserBase.parseFile(InputStream inputStream)
Reads a XML NodeSet file and loads its information into an internal buffer.
|
void |
ModelParserBase.parseFile(InputStream inputStream,
Charset charset)
Reads a XML NodeSet file and loads its information into an internal buffer.
|
void |
ModelParserBase.parseFile(URI uri)
Reads a XML NodeSet file and loads its information into an internal buffer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelParser.addNodes(List<AddNodesItem> nodes,
String type)
Deprecated.
|
protected void |
ModelParser.addReferences(List<AddReferencesItem> references)
Deprecated.
|
void |
AddressSpace.loadModel(InputStream inputStream)
Deprecated.
This method doesn't work as intended, see
ModelParser deprecation notes. |
void |
AddressSpace.loadModel(InputStream inputStream,
Collection<ExpandedNodeId> ignoredNodes,
boolean failOnFirstError)
Deprecated.
This method doesn't work as intended, see
ModelParser deprecation notes. |
void |
AddressSpace.loadModel(URI path)
Deprecated.
This method doesn't work as intended, see
ModelParser deprecation notes. |
void |
AddressSpace.loadModel(URI path,
Collection<ExpandedNodeId> ignoredNodes,
boolean failOnFirstError)
Deprecated.
This method doesn't work as intended, see
ModelParser deprecation notes. |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagerTable.loadModel(InputStream inputStream)
Load an Information Model into the client.
|
void |
NodeManagerTable.loadModel(InputStream inputStream,
Collection<ExpandedNodeId> ignoredNodes,
boolean failOnFirstError)
Load an Information Model into the server.
|
void |
NodeManagerTable.loadModel(URI path)
Load an Information Model into the server.
|
void |
NodeManagerTable.loadModel(URI path,
Collection<ExpandedNodeId> ignoredNodes,
boolean failOnFirstError)
Load an Information Model into the server.
|
void |
UaServer.registerAndLoadModel(ServerCodegenModel codegenModel,
URI nodeSetXml)
Specify an information model to use in the application.
|
Copyright © 2026. All rights reserved.