Interface HTTPSyExtensionContext
- All Superinterfaces:
ExtensionContext
- All Known Subinterfaces:
HTTPSyPostOCSExtensionContext
,HTTPSyPreOCSExtensionContext
,HTTPSyPreProcessorExtensionContext
-
Method Summary
Modifier and TypeMethodDescriptionoracle.communication.brm.charging.http.server.model.SpendingLimitContext
boolean
isSTR()
Methods inherited from interface oracle.communication.brm.charging.extensions.framework.ExtensionContext
getConfigurationBeanRepository, getExtensionsDataRepository, getLogger, getRequestOperationsList
-
Method Details
-
getSpendingLimitContext
oracle.communication.brm.charging.http.server.model.SpendingLimitContext getSpendingLimitContext()- Returns:
- SpendingLimitContext the http request
-
getPolicyRequest
PolicyRequest getPolicyRequest()- Returns:
- PolicyRequest the http request
-
getPolicyResponse
PolicyResponse getPolicyResponse()- Returns:
- PolicyResponse the http response
-
isSTR
boolean isSTR()- Returns:
- isSTR true if STR
-