Class HandlerRegistry<C,P,S>
java.lang.Object
org.opendaylight.protocol.concepts.HandlerRegistry<C,P,S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParser
(int type) getSerializer
(Class<? extends C> clazz) org.opendaylight.yangtools.concepts.Registration
registerParser
(int type, P parser) org.opendaylight.yangtools.concepts.Registration
registerSerializer
(Class<? extends C> clazz, S serializer)