|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerTable | |
|---|---|
| org.opcfoundation.ua.builtintypes | OPC UA Part 6 defines 25 builtin types. |
| org.opcfoundation.ua.common | This package contains common and shared classes |
| org.opcfoundation.ua.encoding | This folder contains serialization interfaces and serialization implementations |
| org.opcfoundation.ua.encoding.xml | The implementation of xml serialization. |
| Uses of ServerTable in org.opcfoundation.ua.builtintypes |
|---|
| Methods in org.opcfoundation.ua.builtintypes with parameters of type ServerTable | |
|---|---|
static NodeReference |
NodeReference.createFromNodeId(ExpandedNodeId nodeId,
NamespaceTable namespaceTable,
ServerTable serverTable)
Bind node id, namespace and server url |
static NodeReference |
NodeReference.createFromNodeId(NodeId nodeId,
NamespaceTable namespaceTable,
ServerTable serverTable)
Bind node id, namespace and server url |
| Uses of ServerTable in org.opcfoundation.ua.common |
|---|
| Methods in org.opcfoundation.ua.common that return ServerTable | |
|---|---|
static ServerTable |
ServerTable.createFromArray(String[] serverArray)
createFromArray. |
| Uses of ServerTable in org.opcfoundation.ua.encoding |
|---|
| Fields in org.opcfoundation.ua.encoding declared as ServerTable | |
|---|---|
ServerTable |
EncoderContext.serverTable
|
| Methods in org.opcfoundation.ua.encoding that return ServerTable | |
|---|---|
ServerTable |
EncoderContext.getServerTable()
Getter for the field serverTable. |
| Methods in org.opcfoundation.ua.encoding with parameters of type ServerTable | |
|---|---|
void |
EncoderContext.setServerTable(ServerTable serverTable)
Setter for the field serverTable. |
| Constructors in org.opcfoundation.ua.encoding with parameters of type ServerTable | |
|---|---|
EncoderContext(NamespaceTable namespaceTable,
ServerTable serverTable,
IEncodeableSerializer encodeableSerializer)
Constructor for EncoderContext. |
|
EncoderContext(NamespaceTable namespaceTable,
ServerTable serverTable,
IEncodeableSerializer encodeableSerializer,
int maxMessageSize)
Constructor for EncoderContext. |
|
| Uses of ServerTable in org.opcfoundation.ua.encoding.xml |
|---|
| Methods in org.opcfoundation.ua.encoding.xml that return ServerTable | |
|---|---|
ServerTable |
XmlDecoder.getServerTable()
Getter for the field serverTable. |
| Methods in org.opcfoundation.ua.encoding.xml with parameters of type ServerTable | |
|---|---|
void |
XmlDecoder.setServerTable(ServerTable serverTable)
Define the server table to use for mapping the server indexes of the XML data to the application data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||