BUG-472: Add EXI codecs without wiring them
authorRobert Varga <rovarga@cisco.com>
Sat, 8 Feb 2014 03:06:48 +0000 (04:06 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 16 Apr 2014 10:05:19 +0000 (12:05 +0200)
commitcd989bc052cc11b7377c44ae99d9913f0282dca4
treefd2ad85d70bc506944d53d639e4a6228f42c01cf
parentbd45b2cb447234559c96e8a5dc2b1d23b70e0682
BUG-472: Add EXI codecs without wiring them

This patch implements the EXI codecs to be used in the NETCONF pipeline.
No wiring into the protocol stack is done in this patch.

Change-Id: Ic708ef26d92e138f8269a49a2759f01d88085bf1
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/netconf/netconf-util/pom.xml
opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/handler/NetconfEXICodec.java [new file with mode: 0644]
opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/handler/NetconfEXIToMessageDecoder.java [new file with mode: 0644]
opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/handler/NetconfMessageToEXIEncoder.java [new file with mode: 0644]
opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/EXIParameters.java [new file with mode: 0644]