You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Chamikara Jayalath (JIRA)" <ji...@apache.org> on 2005/11/25 09:45:55 UTC

[jira] Created: (AXIS2-309) Global Outflow information should be available for pre-dispatch handlers in the InFlow

Global  Outflow information should be available for pre-dispatch handlers in the InFlow
---------------------------------------------------------------------------------------

         Key: AXIS2-309
         URL: http://issues.apache.org/jira/browse/AXIS2-309
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature
  Components: deployment  
    Reporter: Chamikara Jayalath


Currently global inflow information can be obtained using the method 'getInPhasesUptoAndIncludingPostDispatch' of the Axisconfiguration. But there is not way to obtain global outFlow information.

We got this requirement in Sandesha2. There, we sometimes need to send acknowledgement messages from a global handler. But there is no way to get outFlow information. so handlers like AddressingOutHandler does not get called.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-309) Global Outflow information should be available for pre-dispatch handlers in the InFlow

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-309?page=all ]
     
Deepal Jayasinghe resolved AXIS2-309:
-------------------------------------

    Resolution: Fixed

from axisConfiguration you can get the globalOutPhase();

> Global  Outflow information should be available for pre-dispatch handlers in the InFlow
> ---------------------------------------------------------------------------------------
>
>          Key: AXIS2-309
>          URL: http://issues.apache.org/jira/browse/AXIS2-309
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>   Components: deployment
>     Reporter: Chamikara Jayalath

>
> Currently global inflow information can be obtained using the method 'getInPhasesUptoAndIncludingPostDispatch' of the Axisconfiguration. But there is not way to obtain global outFlow information.
> We got this requirement in Sandesha2. There, we sometimes need to send acknowledgement messages from a global handler. But there is no way to get outFlow information. so handlers like AddressingOutHandler does not get called.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira