BUG-472: Add EXI codecs without wiring them 94/5494/6
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)
commit7451e256fd9a658db243666bc7e734204519ceee
treef58ffcef4c4a6d7308e3c1765aaf357231231310
parent1e81fa45ab0ced56eef0518c7e7f87857724985b
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/commons/opendaylight/pom.xml
opendaylight/distribution/opendaylight/pom.xml
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]