public interface YangTreeBuilder
| Modifier and Type | Method and Description |
|---|---|
YdtExtendedBuilder |
getYdtBuilderForYo(List<Object> moduleObj,
String rootName,
String rootNameSpace,
YmsOperationType opType,
YangSchemaRegistry registry)
Returns the YDT builder after building the tree corresponding to the
response YANG object received from any of the protocol such as YAB or
YCH.
|
YdtExtendedContext |
getYdtForNotification(Object object,
String rootName,
YangSchemaRegistry registry)
Returns the YDT context after building the tree received from the
protocol YNH.
|
YdtExtendedBuilder |
getYdtForRpcResponse(Object outputObj,
YdtExtendedBuilder reqBuilder)
Returns the YDT context after building the RPC response tree.
|
YdtExtendedBuilder getYdtBuilderForYo(List<Object> moduleObj, String rootName, String rootNameSpace, YmsOperationType opType, YangSchemaRegistry registry)
moduleObj - application module objectrootName - logical root node namerootNameSpace - logical root node namespaceopType - root node operation typeregistry - application schema registryYdtExtendedContext getYdtForNotification(Object object, String rootName, YangSchemaRegistry registry)
object - application notification objectrootName - logical root node nameregistry - application schema registryYdtExtendedBuilder getYdtForRpcResponse(Object outputObj, YdtExtendedBuilder reqBuilder)
outputObj - application output objectreqBuilder - RPC request builder from YDT