Class DefaultEncodingContext
java.lang.Object
org.eclipse.milo.opcua.stack.core.encoding.DefaultEncodingContext
- All Implemented Interfaces:
EncodingContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet theDataTypeManager.Get theEncodingLimits.Get theEncodingManager.Get theNamespaceTable.Get theServerTable.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultEncodingContext
public DefaultEncodingContext()
-
-
Method Details
-
getDataTypeManager
Description copied from interface:EncodingContextGet theDataTypeManager.- Specified by:
getDataTypeManagerin interfaceEncodingContext- Returns:
- the
DataTypeManager.
-
getEncodingManager
Description copied from interface:EncodingContextGet theEncodingManager.- Specified by:
getEncodingManagerin interfaceEncodingContext- Returns:
- the
EncodingManager.
-
getEncodingLimits
Description copied from interface:EncodingContextGet theEncodingLimits.- Specified by:
getEncodingLimitsin interfaceEncodingContext- Returns:
- the
EncodingLimits.
-
getNamespaceTable
Description copied from interface:EncodingContextGet theNamespaceTable.- Specified by:
getNamespaceTablein interfaceEncodingContext- Returns:
- the
NamespaceTable.
-
getServerTable
Description copied from interface:EncodingContextGet theServerTable.- Specified by:
getServerTablein interfaceEncodingContext- Returns:
- the
ServerTable.
-