Interface RSVPExtensionConsumerContext
-
- All Known Subinterfaces:
RSVPExtensionProviderContext
- All Known Implementing Classes:
SimpleRSVPExtensionConsumerContext
,SimpleRSVPExtensionProviderContext
public interface RSVPExtensionConsumerContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EROSubobjectRegistry
getEROSubobjectHandlerRegistry()
LabelRegistry
getLabelHandlerRegistry()
RROSubobjectRegistry
getRROSubobjectHandlerRegistry()
RSVPTeObjectRegistry
getRsvpRegistry()
XROSubobjectRegistry
getXROSubobjectHandlerRegistry()
-
-
-
Method Detail
-
getRsvpRegistry
RSVPTeObjectRegistry getRsvpRegistry()
-
getXROSubobjectHandlerRegistry
XROSubobjectRegistry getXROSubobjectHandlerRegistry()
-
getEROSubobjectHandlerRegistry
EROSubobjectRegistry getEROSubobjectHandlerRegistry()
-
getRROSubobjectHandlerRegistry
RROSubobjectRegistry getRROSubobjectHandlerRegistry()
-
getLabelHandlerRegistry
LabelRegistry getLabelHandlerRegistry()
-
-