|
This section contains a short summary checklist to use when creating extensions to Oracle Communications Services Gatekeeper:
Plugin_<web service interface part>_<network protocol>.customMatch of the PluginInstance (or ManagedPluginInstance) to be sure that requests end up in the correct plug-in. This is important when there are multiple plug-ins for the same communication service.getNorthInterfaces() and getSouthInterfaces() of PluginInstance.resolveAppInstanceGroupdId() method for each PluginSouth instance (if applicable).resolveAppInstanceGroupId() or the prepareRequestContext() methods.@Edr annotation.@ContextKey or @ContextTranslate depending on the kind of argument.
|