Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-119

Allowing users to have their own callback functions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.91
    • 0.91
    • core/clientapi
    • None
    • Linux/Windws

    Description

      It would be nice if we can have a way for users to attach their own on_complete and on_error function to the callback object.
      At present defult on_complete and on_error are invoked.
      Current callback create function prototype:
      axis2_callback_t* axis2_callback_create(axis2_env_t **env);

      what I would like to have is
      axis2_callback_t* axis2_callback_create(axis2_env_t **env, void(*my_on_complete)(), void(*my_on_error)());

      Attachments

        Activity

          People

            samisa Don Samisa Abeysinghe
            nabeel_yoosuf Nabeel Yoosuf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: