Hi Jens, Please find y comments inline,
On Feb 13, 2008 1:17 AM, Jens Goldhammer <[EMAIL PROTECTED]> wrote: > Hello, > > can you explain me the concept behind these things. > IMO, handleException is only a layer over SynapseException, but what > should I use in the my own mediation? handleException is a method provided by the AbstractMediator class in order to handle the Exception, for example this method will log the message that you pass to this method and the exception trace and then throws a SynapseException. > > What happens if I return false in the mediate-method? It will stop further mediation. That is the message will be dropped soon after the execution of the mediator, which returns false. > In my case the > outSequence will be executed. I didn't get this.... Can you explain this a bit more. > Does it only mean that further child > mediations will not be executed? Yes. Thanks, Ruwan > > > Thanks, > Jens > > > > -- Ruwan Linton http://www.wso2.org - "Oxygenating the Web Services Platform"
