Merge "- Added exi capability utilities, handlers and necessary modifications - Exi...
authorEd Warnicke <eaw@cisco.com>
Fri, 8 Nov 2013 10:57:06 +0000 (10:57 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 8 Nov 2013 10:57:06 +0000 (10:57 +0000)
commitf467b1de7ed7a25d19d9210c0372bfb8b8fd697f
tree4cca7c10bf1d781ea6850619401c31bc38e9f81b
parentf0b05b4da18af9d90c22a7e890ea6beff12e5e83
parenta474fa0e090124ba715dc4251944dd8532c90491
Merge "- Added exi capability utilities, handlers and necessary modifications - Exi parameters decomposition - Introduced HandlerManipulator class in netconf-api to be used for   handlers management on channel pipeline - Exi encoding/decoding test added - exi returns NetconfMessage - added DOM attributes - exi encode decode test to expect NetconfMessage instead of Document - XmlElement.getName() returns localName first and tagName if localName not present, incorporated notes from Robert - NetconfSession implements all common methods - added copyright where needed - ProtocolMessageEncoder/Decoder stored in session and replaced with Exi   enc/dec - exi encoder/decoder interface become comaptible with   ProtocoleMessageEncoder/Decoder and no longer needs to be taken care of   this handlers - created thirdParty bundle for exi - incorporation of Maros's notes"