BUG-47: introduce Label handlers
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / PCEPProviderContext.java
index 83480bc8e4e5c6e0e36efca1b664cb551d655855..58ae54f41ac22c41dd7f6b4cd49abe2d8a2f3cfe 100644 (file)
@@ -11,6 +11,7 @@ package org.opendaylight.protocol.pcep.spi;
  *
  */
 public interface PCEPProviderContext {
+       public LabelHandlerRegistry getHandlerRegistry();
        public MessageHandlerRegistry getMessageHandlerRegistry();
        public ObjectHandlerRegistry getObjectHandlerRegistry();
        public SubobjectHandlerRegistry getSubobjectHandlerRegistry();