axis2_module_ops Struct Reference
[module]
#include <axis2_module.h>
List of all members.
Detailed Description
Struct containing operations available on a module.
1. init
2. shutdown
3. fill_handler_create_func_map
are the three operations presently available.
Member Data Documentation
Fills the hash map of handler create functions for the module.
- Parameters:
-
| module | pointer to module struct |
| env | pointer to environment struct |
- Returns:
- AXIS2_SUCCESS on success, else AXIS2_FAILURE
Initializes module.
- Parameters:
-
| module | pointer to module struct |
| env | pointer to environment struct |
| conf_ctx | pointer to configuration context |
| module_desc | module description |
- Returns:
- AXIS2_SUCCESS on success, else AXIS2_FAILURE
Shutdowns module.
- Parameters:
-
| module | pointer to module struct |
| env | pointer to environment struct |
- Returns:
- AXIS2_SUCCESS on success, else AXIS2_FAILURE
The documentation for this struct was generated from the following file: