[
https://issues.apache.org/jira/browse/AXIS2C-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Damitha Kumarage updated AXIS2C-1128:
-------------------------------------
Updating the fixed version to 1.4.1
> New enumeration type called axis2_invocation_response_t. needed.
> ----------------------------------------------------------------
>
> Key: AXIS2C-1128
> URL: https://issues.apache.org/jira/browse/AXIS2C-1128
> Project: Axis2-C
> Issue Type: Improvement
> Components: core/engine
> Reporter: Damitha Kumarage
> Fix For: 1.4.1
>
>
> It would be good to have a new enumeration type in Axis2/C called
> axis2_invocation_response_t.
> This type encapsulates an enumeration of possible message processing
> instruction values that may be returned by a handler/phase within the
> runtime. The returned instruction will determine the next step in the
> processing.
> /**
> * \brief Possible returned values by a hander/phase.
> *
> * Possible returned values by a handler/phase that would determine the
> next step in the processing.
> */
> enum axis2_invocation_response_t
> {
> /** Continue processing after phase/handler returns */
> AXIS2_CONTINUE = 0,
> /** Processing suspended after phase/handler returns*/
> AXIS2_SUSPEND,
> /** No further processing after phase/handler returns */
> AXIS2_ABORT
> };
> We need to make corresponding changes to Axis2/C engine depending on the
> value returned by phase/handler.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]