Hi,
Currently we have only one aequence for proxyservices. ie. we can say a proxyservice to go through a sequence when a message recieves to the ProxyServiceMessageReceiver. But when the response is came to the MR it will go thru the main sequence
i.e. thru MainMediator. But it is better if we can let the user define an out sequence as well for a particular proxyservice.
I thought this can be easily done by setting an outSequence to the ProxyServiceMessageReceiver instance (that we are creating at the serviece build time using buildAxisService method of the ProxyService class) and then;
In the ProxyServiceMessageReceiver we can check weather the message is a response or not by checking the synapse MessageContext.isResponse() method and if so we can mediate using the outSequence that we have specified.......
Can U please comment on this.....
Thanks,
Ruwan.
- Out sequence for proxy services Ruwan Linton
- Re: Out sequence for proxy services Paul Fremantle
- Re: Out sequence for proxy services Asankha C. Perera
- Re: Out sequence for proxy services Ruwan Linton
- Re: Out sequence for proxy services Asankha C. Perera
- Re: Out sequence for proxy service... Ruwan Linton
- Re: Out sequence for proxy ser... Saminda Abeyruwan
- Re: Out sequence for proxy... Asankha C. Perera
- Re: Out sequence for proxy... Saminda Abeyruwan
- Re: Out sequence for proxy... Ruwan Linton
- Re: Out sequence for proxy services Ruwan Linton
