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 EROSubobjectRegistry
getEROSubobjectHandlerRegistry()
LabelRegistry
getLabelHandlerRegistry()
RROSubobjectRegistry
getRROSubobjectHandlerRegistry()
RSVPTeObjectRegistry
getRsvpRegistry()
XROSubobjectRegistry
getXROSubobjectHandlerRegistry()
-
-
-
Method Detail
-
getRsvpRegistry
public final RSVPTeObjectRegistry getRsvpRegistry()
- Specified by:
getRsvpRegistry
in interfaceRSVPExtensionConsumerContext
-
getXROSubobjectHandlerRegistry
public final XROSubobjectRegistry getXROSubobjectHandlerRegistry()
- Specified by:
getXROSubobjectHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
getEROSubobjectHandlerRegistry
public final EROSubobjectRegistry getEROSubobjectHandlerRegistry()
- Specified by:
getEROSubobjectHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
getRROSubobjectHandlerRegistry
public final RROSubobjectRegistry getRROSubobjectHandlerRegistry()
- Specified by:
getRROSubobjectHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
getLabelHandlerRegistry
public final LabelRegistry getLabelHandlerRegistry()
- Specified by:
getLabelHandlerRegistry
in interfaceRSVPExtensionConsumerContext
-
-