public interface HTTPExtension extends oracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>
Modifier and Type | Method and Description |
---|---|
void |
handlePostOCS(HTTPPostOCSExtensionContext extensionContext) |
void |
handlePostOCSBalanceQuery(HTTPPostOCSBalanceQueryExtensionContext extensionContext) |
void |
handlePreOCS(HTTPPreOCSExtensionContext extensionContext) |
void |
handleRequestReceived(HTTPPreProcessorExtensionContext extensionContext) |
void |
initialize(ExtensionContext extensionContext)
method is invoked once at ECS Node startup time to allow integrators a spot to populate private
data members that are required by the extension callback.
|
void initialize(ExtensionContext extensionContext) throws ExtensionException
oracle.communication.brm.charging.extensions.framework.ExtensionCallback
initialize
in interface oracle.communication.brm.charging.extensions.framework.ExtensionCallback<ExtensionContext>
extensionContext
- the available context data for this callout.ExtensionException
- if a non-recoverable error occurs during handleRequestReceived.void handleRequestReceived(HTTPPreProcessorExtensionContext extensionContext) throws ExtensionException
extensionContext
- the available context data for this callout.ExtensionException
- if a non-recoverable error occurs during handleRequestReceived.void handlePreOCS(HTTPPreOCSExtensionContext extensionContext) throws ExtensionException
extensionContext
- the available context data for this callout.ExtensionException
- if a non-recoverable error occurs during handleRequestReceived.void handlePostOCS(HTTPPostOCSExtensionContext extensionContext) throws ExtensionException
extensionContext
- the available context data for this callout.ExtensionException
- if a non-recoverable error occurs during handleRequestReceived.void handlePostOCSBalanceQuery(HTTPPostOCSBalanceQueryExtensionContext extensionContext) throws ExtensionException
extensionContext
- the available context data for this callout.ExtensionException
- if a non-recoverable error occurs during handleRequestReceived.