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 Deepal Jayasinghe <de...@opensource.lk> on 2006/03/08 06:03:38 UTC

[Axis2] operation predefined phase for module authors

Hi all;

I added generic phases for each flow (as operation predefined phase) ,
so if some module author specially Sandesha , WS-Security and addressing
want to add handlers to operation phase its better if they are going use
those phase . Otherwise if some one want to add new module he has to
edit axis2.xml (if module want to add new phase as I know Sandesha dose
so) , for me its not good for axis2.

I just came up with some phase names , if you guys not happy with pls
help me to improve that.

inflow
OperationInPhase
outflow
OperationOutPhase
inFaultFlow
OperationInFaultPhase
outFaultFlow
OperationOutFaultPhase

N:B – This does not mean that module can not add new phase


any comments .............

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



Re: [Axis2] operation predefined phase for module authors

Posted by robert <ro...@gmail.com>.
Great! Every time I write a module I have had to edit axis2.xml with my new 
phases. These generic phases will remove one extra step. The names seem fine 
to me. 

Thanks, Robert
http://www.braziloutsource.com/

Em Quarta 08 Março 2006 02:03, o Deepal Jayasinghe escreveu:
> Hi all;
>
> I added generic phases for each flow (as operation predefined phase) ,
> so if some module author specially Sandesha , WS-Security and addressing
> want to add handlers to operation phase its better if they are going use
> those phase . Otherwise if some one want to add new module he has to
> edit axis2.xml (if module want to add new phase as I know Sandesha dose
> so) , for me its not good for axis2.
>
> I just came up with some phase names , if you guys not happy with pls
> help me to improve that.
>
> inflow
> OperationInPhase
> outflow
> OperationOutPhase
> inFaultFlow
> OperationInFaultPhase
> outFaultFlow
> OperationOutFaultPhase
>
> N:B – This does not mean that module can not add new phase
>
>
> any comments .............

--