>
>>    hello and i got puzzled when i try to code a handler, that is how can i 
>> wake up the message chain which suspended by return 
>> InvocationResponse.SUSPEND in method invoke(MessageContext msgContext)  ? 
>> Please somebody help me and thanks a lot!
>>   
>This is exactly what Sandesha does. What they do is they they suspend
>the invocation and then store the message context somewhere , when the
>conditions satisfied get the message context and resume that.
>So before you return the InvocationResponse.SUSPEND need to store the
>message context and call resume after the condition get satisfied.
>-Deepal
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
 to Deepal:
As you mentioned ,the Sandasha is somewhat helpful for my situation ,and i did 
download it's source code and try to get some useful information ,but it seem a 
bit hard for me .I still try my best to read it ,but you know ,there is few 
word about the deep decribe of the how axis2 execute chain work on 
ws.apache.org/axis2 ,it's there other places i can get more infomation about 
it?   thanks a lot!!!


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

Reply via email to