3.2.4 Custom Extension

Below is an example of customized service extension class that implements methods of application service extension interface. This class contains pre hook and post hook point for the service. The pre method of this customized extension is executed before the actual service method and the post method of this is executed after the service method.



Note:

The concept of ‘Dictionary’ is explained in detail in subsequent section.