hi, Sens,
thanks. Yes, we're looking for the full list of methods and all its children, below info is quoted from my partner:
"
We are using Java, in the following example, quota-list-entries
is a NaElement, quota-entries is it’s child,
I need to know the complete list of NaElement (such as
quota-list-entries) and list of it’s children.
NaElementquotaElem= new NaElement(“quota-list-entries”);
NaElementout = s->invokeElem(quotaElem);
NaElementquota_data=
out->getChildByName("quota-entries");
List quotaList= quota_data.getChildren();
"
best regards,
Zhou Jian