Re: Message.INBOUND_MESSAGE in PREPARE_SEND_ENDING Interceptor

2014-07-28 Thread Daniel Kulp
For this use case, I’d suggest using the MessageUtils.isRequestor(msg) call. Dan On Jul 27, 2014, at 4:56 PM, zsolt.szloboda wrote: > I have a CXF service, which is also a WS client of other services > > I have a PREPARE_SEND_ENDING Interceptor configured in my service > (which is invoked b

Message.INBOUND_MESSAGE in PREPARE_SEND_ENDING Interceptor

2014-07-27 Thread zsolt.szloboda
I have a CXF service, which is also a WS client of other services I have a PREPARE_SEND_ENDING Interceptor configured in my service (which is invoked both when sending a request as a client, and when returning a response as a server; so it is invoked twice) in the interceptor I would like to figu