Hi,

In default Axis2 1.0 axis2.xml, I saw the following configuration:
    
<phaseOrder type="inflow">
  <phase name="Transport">
    <handler name="RequestURIBasedDispatcher"
             class="org.apache.axis2.engine.RequestURIBasedDispatcher">
      <order phase="Dispatch"/>
    </handler>
    ...

I am confused with <order phase="Dispatch"/>. What that mean? It is
defined within "Transport" phase, why the order has phase="Dispatch"
attribute?

Thanks,
JD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to