1 | The Gateway server is a container object, a.k.a. context - in fact it implements GatewayContext interface |
2 | The GatewayContext acts as a logical container for User modules ("Gateway modules and services") and other GatewayContexts. |
3 | Some of main responsibilities of the are : |
4 | Logical container for its children |
5 | Establishing associations among children |
6 | Maintain lifecycle service |
7 | Provides security and transaction services for its children(to be implemented) |
8 | Responsible for delivering events fired by its children. |
9 | |
10 |