Class SimpleRSVPExtensionConsumerContext
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.spi.pojo.SimpleRSVPExtensionConsumerContext
-
- All Implemented Interfaces:
RSVPExtensionConsumerContext
- Direct Known Subclasses:
SimpleRSVPExtensionProviderContext
public class SimpleRSVPExtensionConsumerContext extends Object implements RSVPExtensionConsumerContext
-
-
Constructor Summary
Constructors Constructor Description SimpleRSVPExtensionConsumerContext()
-
Method Summary
-
-
-
Method Detail
-
getRsvpRegistry
public final SimpleRSVPObjectRegistry getRsvpRegistry()
- Specified by:
getRsvpRegistry
in interfaceRSVPExtensionConsumerContext
-
getXROSubobjectHandlerRegistry
public final SimpleXROSubobjectRegistry getXROSubobjectHandlerRegistry()
- Specified by:
getXROSubobjectHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
getEROSubobjectHandlerRegistry
public SimpleEROSubobjectRegistry getEROSubobjectHandlerRegistry()
- Specified by:
getEROSubobjectHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
getRROSubobjectHandlerRegistry
public final SimpleRROSubobjectRegistry getRROSubobjectHandlerRegistry()
- Specified by:
getRROSubobjectHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
getLabelHandlerRegistry
public final SimpleLabelRegistry getLabelHandlerRegistry()
- Specified by:
getLabelHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
-