Interface EncodingContext
- All Known Implementing Classes:
DefaultEncodingContext
public interface EncodingContext
-
Method Summary
Modifier and TypeMethodDescriptionGet theDataTypeManager.Get theEncodingLimits.Get theEncodingManager.Get theNamespaceTable.Get theServerTable.
-
Method Details
-
getDataTypeManager
DataTypeManager getDataTypeManager()Get theDataTypeManager.- Returns:
- the
DataTypeManager.
-
getEncodingManager
EncodingManager getEncodingManager()Get theEncodingManager.- Returns:
- the
EncodingManager.
-
getEncodingLimits
EncodingLimits getEncodingLimits()Get theEncodingLimits.- Returns:
- the
EncodingLimits.
-
getNamespaceTable
NamespaceTable getNamespaceTable()Get theNamespaceTable.- Returns:
- the
NamespaceTable.
-
getServerTable
ServerTable getServerTable()Get theServerTable.- Returns:
- the
ServerTable.
-