new serialization factories and tests
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / HelloInputMessageFactory.java
index c9b2456146a251a001855095e55025a96f747d5f..f75c68c356b246755f11eb4598184b7f8e485f17 100644 (file)
@@ -1,11 +1,15 @@
 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
 package org.opendaylight.openflowjava.protocol.impl.serialization.factories;\r
 \r
+import java.util.Iterator;\r
+import java.util.List;\r
+\r
 import io.netty.buffer.ByteBuf;\r
 \r
 import org.opendaylight.openflowjava.protocol.impl.serialization.OFSerializer;\r
 import org.opendaylight.openflowjava.protocol.impl.util.ByteBufUtils;\r
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.HelloInput;\r
+import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.hello.Elements;\r
 \r
 /**\r
  * @author michal.polkorab\r
@@ -47,5 +51,5 @@ public class HelloInputMessageFactory implements OFSerializer<HelloInput>{
     public byte getMessageType() {\r
         return MESSAGE_TYPE;\r
     }\r
-    \r
\r
 }\r