Configuring modules/handlers chaining
-------------------------------------

         Key: AXIS2-197
         URL: http://issues.apache.org/jira/browse/AXIS2-197
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
 Reporter: Ruchith Udayanga Fernando


The user cannot configure a module or a handler within a module, to be 
engaged/invoked at user defined points in the inflow and the outflow.

Consider the following example:

A user engages 5 modules, which drops hanlders in to various places in the 
outflow. The outgoing SOAP message should be logged using the 'Logging module' 
after certain handler invocations. 
Therefore the user should be able to specify that the hanlders in the logging 
module should be invoked after each of those handlers from the 5 moduels that 
the user engages. But since the module.xml within the .mar file is not expected 
to be modified by the user it cannot be used to deploy the handlers in the 
reqired places.
And as of now we cannnot use axis2.xml do the above.


-- 
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

Reply via email to