Re: [controller-dev] [mdsal-dev] Cohort or Restconf- How to alter input data?

2017-05-23 Thread Robert Varga
On 23/05/17 16:50, Vishweshwar Hegde wrote: > Thanks Robert for the information. > > Please refer below scenario: > public static final QName QNAME = QName.create(XYZ.QNAME, "abc").intern(); > public static final YangInstanceIdentifier.NodeIdentifier NODEID = new >

Re: [controller-dev] [mdsal-dev] Cohort or Restconf- How to alter input data?

2017-05-23 Thread Tom Pantelis
On Tue, May 23, 2017 at 10:50 AM, Vishweshwar Hegde wrote: > Thanks Robert for the information. > > Please refer below scenario: > public static final QName QNAME = QName.create(XYZ.QNAME, "abc").intern(); > public static final YangInstanceIdentifier.NodeIdentifier NODEID