|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceTable | |
|---|---|
| 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. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| Uses of NamespaceTable in org.opcfoundation.ua.builtintypes |
|---|
| Methods in org.opcfoundation.ua.builtintypes with parameters of type NamespaceTable | ||
|---|---|---|
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 |
|
|
ExtensionObject.decode(EncoderContext ctx,
NamespaceTable namespaceTable)
decode. |
|
|
ExtensionObject.decode(IEncodeableSerializer serializer,
EncoderContext ctx,
NamespaceTable namespaceTable)
Decode the extension object |
|
| Uses of NamespaceTable in org.opcfoundation.ua.common |
|---|
| Methods in org.opcfoundation.ua.common that return NamespaceTable | |
|---|---|
static NamespaceTable |
NamespaceTable.createFromArray(String[] namespaceArray)
createFromArray. |
static NamespaceTable |
NamespaceTable.getDefaultInstance()
Getter for the field defaultInstance. |
| Uses of NamespaceTable in org.opcfoundation.ua.encoding |
|---|
| Fields in org.opcfoundation.ua.encoding declared as NamespaceTable | |
|---|---|
NamespaceTable |
EncoderContext.namespaceTable
|
| Methods in org.opcfoundation.ua.encoding that return NamespaceTable | |
|---|---|
NamespaceTable |
EncoderContext.getNamespaceTable()
Getter for the field namespaceTable. |
| Methods in org.opcfoundation.ua.encoding with parameters of type NamespaceTable | |
|---|---|
Object |
EncoderContext.decode(ExtensionObject[] values,
NamespaceTable namespaceTable)
decode. |
void |
EncoderContext.setNamespaceTable(NamespaceTable namespaceTable)
Setter for the field namespaceTable. |
| Constructors in org.opcfoundation.ua.encoding with parameters of type NamespaceTable | |
|---|---|
EncoderContext(NamespaceTable namespaceTable,
ServerTable serverTable,
IEncodeableSerializer encodeableSerializer)
Constructor for EncoderContext. |
|
EncoderContext(NamespaceTable namespaceTable,
ServerTable serverTable,
IEncodeableSerializer encodeableSerializer,
int maxMessageSize)
Constructor for EncoderContext. |
|
| Uses of NamespaceTable in org.opcfoundation.ua.encoding.xml |
|---|
| Methods in org.opcfoundation.ua.encoding.xml that return NamespaceTable | |
|---|---|
NamespaceTable |
XmlDecoder.getNamespaceTable()
Getter for the field namespaceTable. |
| Methods in org.opcfoundation.ua.encoding.xml with parameters of type NamespaceTable | |
|---|---|
void |
XmlDecoder.setNamespaceTable(NamespaceTable namespaceTable)
Define the namespace table to use for mapping the namespace indexes of the XML data to the application data. |
| Uses of NamespaceTable in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport that return NamespaceTable | |
|---|---|
NamespaceTable |
TransportChannelSettings.getNamespaceUris()
Getter for the field namespaceUris. |
| Methods in org.opcfoundation.ua.transport with parameters of type NamespaceTable | |
|---|---|
void |
TransportChannelSettings.setNamespaceUris(NamespaceTable namespaceUris)
Setter for the field namespaceUris. |
| Constructors in org.opcfoundation.ua.transport with parameters of type NamespaceTable | |
|---|---|
TransportChannelSettings(EndpointDescription description,
EndpointConfiguration configuration,
Cert clientCertificate,
PrivKey privateKey,
CertificateValidator certificateValidator,
NamespaceTable namespaceUris)
Create Transport channel settings for a opctcp connection |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||