
The Description hierarchy represents the static data. This data may be loaded from a configuration file that exists throughout the lifetime of Axis2(axis2.xml). On the other hand, the context hierarchy holds more dynamic information about objects that can have more than one instance (e.g., Message Contexts).
When the values are searched at a given level, they are searched while moving up the hierarchy until a match is found. In the resulting model, the lower levels override the values in the upper levels.
| Context | Description | Configuration | Description |
|---|---|---|---|
| Configuration Context | dsfs | Axis Configuration | dsfs |
| Service Group Context | dsfs | AxisServiceGroup | dsfs |
| Service Context | dsfs | AxisService | dsfs |
| Operation Context | dsfs | AxisOperation | dsfs |
| Message Context | dsfs | AxisMessage | dsfs |
Advertisement