refactoring of listmappingservice into Northbound (future REST) and Southbound (LISP...
[lispflowmapping.git] / mappingservice / northbound / src / main / java / org / opendaylight / lispflowmapping / northbound / NorthboundService.java
similarity index 71%
rename from mappingservice/api/src/main/java/org/opendaylight/lispflowmapping/ILispMapping.java
rename to mappingservice/northbound/src/main/java/org/opendaylight/lispflowmapping/northbound/NorthboundService.java
index a4df1873de783b61f49f782f557a14efdcf69fed..8e9362d6dd0ee4dd87044a9fb1995419ac97e3f2 100644 (file)
@@ -6,7 +6,11 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.lispflowmapping;
+package org.opendaylight.lispflowmapping.northbound;
+
+
+public class NorthboundService implements INorthboundService {
+
+    
 
-public interface ILispMapping {
 }