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:
getRsvpRegistryin interfaceRSVPExtensionConsumerContext
-
getXROSubobjectHandlerRegistry
public final SimpleXROSubobjectRegistry getXROSubobjectHandlerRegistry()
- Specified by:
getXROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getEROSubobjectHandlerRegistry
public SimpleEROSubobjectRegistry getEROSubobjectHandlerRegistry()
- Specified by:
getEROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getRROSubobjectHandlerRegistry
public final SimpleRROSubobjectRegistry getRROSubobjectHandlerRegistry()
- Specified by:
getRROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getLabelHandlerRegistry
public final SimpleLabelRegistry getLabelHandlerRegistry()
- Specified by:
getLabelHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
-