Bug 5540 - FlowConvertor, FlowStatsResponseConvertor, FlowInstructionResponseConvertor
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / ConvertorManager.java
index d8cf176b201922a1fd9cbd474798b9dc3488dbb5..aea5ec7ec8853b12e016c4c5edd26b19c89f93b9 100644 (file)
@@ -21,6 +21,9 @@ import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.Act
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.Convertor;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorData;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ParametrizedConvertor;
+import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.FlowConvertor;
+import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.FlowInstructionResponseConvertor;
+import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.FlowStatsResponseConvertor;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.MatchResponseConvertor;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.match.MatchV10ResponseConvertor;
 import org.slf4j.Logger;
@@ -51,6 +54,9 @@ public class ConvertorManager {
         INSTANCE.registerConvertor(new GroupDescStatsResponseConvertor());
         INSTANCE.registerConvertor(new GroupStatsResponseConvertor());
         INSTANCE.registerConvertor(new PacketOutConvertor());
+        INSTANCE.registerConvertor(new FlowConvertor());
+        INSTANCE.registerConvertor(new FlowInstructionResponseConvertor());
+        INSTANCE.registerConvertor(new FlowStatsResponseConvertor());
     }
 
     // Actual convertor keys