Added RESTCONF constants and draft of JAXRS mapping 13/1413/1
authorTony Tkacik <ttkacik@cisco.com>
Wed, 25 Sep 2013 11:45:54 +0000 (13:45 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 25 Sep 2013 11:45:54 +0000 (13:45 +0200)
commit3d0de6a09c871625ba5bc625dd105b6874b5790b
tree4c31af039b9e915a3f4b163600dda69aeb1a0d84
parent1844d7052ca0c95cb32eaec58d5e52ca83431c28
Added RESTCONF constants and draft of JAXRS mapping

Change-Id: I0bafed347c0be3846013ddf72ef2736002a8ce4d
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
pom.xml
restconf/pom.xml [new file with mode: 0644]
restconf/restconf-common/pom.xml [new file with mode: 0644]
restconf/restconf-common/src/main/java/org/opendaylight/yangtools/restconf/common/ErrorTag.java [new file with mode: 0644]
restconf/restconf-common/src/main/java/org/opendaylight/yangtools/restconf/common/MediaTypes.java [new file with mode: 0644]
restconf/restconf-common/src/main/java/org/opendaylight/yangtools/restconf/common/package-info.java [new file with mode: 0644]
restconf/restconf-jaxrs-api/pom.xml [new file with mode: 0644]
restconf/restconf-jaxrs-api/src/main/java/org/opendaylight/yangtools/restconf/jaxrs/api/RestconfService.java [new file with mode: 0644]
restconf/restconf-util/pom.xml [new file with mode: 0644]