following did the trick:
MessageContext outCtx =
ctx.getOperationContext().getMessageContext("Out");
yves
On Thu, 2006-03-23 at 17:52 +0100, Yves Langisch wrote:
> Hi,
>
> In my service class I add some objects to the messageContext which I'd
> like to access in a outflow handler. Obviously the messageContext in the
> service class is different (OperationInPhase) from the one I have in the
> outflow handler (OperationOutPhase). How can I pass some properties from
> my service class to a handler?
>
> Thanks
> Yves
>