BUG-64 : initial rewrite, MessageRegistry.
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / PCEPDispatcherImpl.java
index e87235bea5a4320461d838ea7713f4b035a37f05..fec0f2168fc87614b403b48d13e07d553a26370e 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.protocol.framework.SessionListenerFactory;
 import org.opendaylight.protocol.framework.SessionNegotiatorFactory;
 import org.opendaylight.protocol.pcep.PCEPDispatcher;
 import org.opendaylight.protocol.pcep.PCEPSessionListener;
-import org.opendaylight.protocol.pcep.spi.MessageHandlerRegistry;
+import org.opendaylight.protocol.pcep.spi.MessageRegistry;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Message;
 
 import com.google.common.base.Preconditions;
@@ -35,7 +35,7 @@ public class PCEPDispatcherImpl extends AbstractDispatcher<PCEPSessionImpl, PCEP
        /**
         * Creates an instance of PCEPDispatcherImpl, gets the default selector and opens it.
         */
-       public PCEPDispatcherImpl(final MessageHandlerRegistry registry,
+       public PCEPDispatcherImpl(final MessageRegistry registry,
                        final SessionNegotiatorFactory<Message, PCEPSessionImpl, PCEPSessionListener> negotiatorFactory, EventLoopGroup bossGroup,
                        EventLoopGroup workerGroup) {
                super(bossGroup, workerGroup);