Class OSGiRSVPExtensionConsumerContext
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.spi.pojo.OSGiRSVPExtensionConsumerContext
-
- All Implemented Interfaces:
RSVPExtensionConsumerContext
public final class OSGiRSVPExtensionConsumerContext extends Object
-
-
Constructor Summary
Constructors Constructor Description OSGiRSVPExtensionConsumerContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EROSubobjectRegistrygetEROSubobjectHandlerRegistry()LabelRegistrygetLabelHandlerRegistry()RROSubobjectRegistrygetRROSubobjectHandlerRegistry()RSVPTeObjectRegistrygetRsvpRegistry()XROSubobjectRegistrygetXROSubobjectHandlerRegistry()
-
-
-
Method Detail
-
getRsvpRegistry
public final RSVPTeObjectRegistry getRsvpRegistry()
- Specified by:
getRsvpRegistryin interfaceRSVPExtensionConsumerContext
-
getXROSubobjectHandlerRegistry
public final XROSubobjectRegistry getXROSubobjectHandlerRegistry()
- Specified by:
getXROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getEROSubobjectHandlerRegistry
public final EROSubobjectRegistry getEROSubobjectHandlerRegistry()
- Specified by:
getEROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getRROSubobjectHandlerRegistry
public final RROSubobjectRegistry getRROSubobjectHandlerRegistry()
- Specified by:
getRROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getLabelHandlerRegistry
public final LabelRegistry getLabelHandlerRegistry()
- Specified by:
getLabelHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
-