PRE_INVOKE should do it for the inbound chain. That said, USER_LOGICAL is likely the correct phase for this.
Dan On May 6, 2014, at 9:59 AM, Omey <[email protected]> wrote: > I am able to use :/final MessageContentsList objs = > MessageContentsList.getContentsList(message.getExchange().getOutMessage());/to > gain access to the outbound POJO.Is it possible to do the same on an Inbound > Intercepter? I have tried inserting the intecepter at Phase.PRE_INVOKE, > Phase.INVOKE & Phase.POST_INVOKE. And using something similar to > above:/final MessageContentsList objs = > MessageContentsList.getContentsList(message.getExchange().getInMessage());/doesn't > seem to do the trick.Is it possible to get access to the unmarshalled POJO > before it is sent on it's way? > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-Inbound-Interceptor-Access-to-POJO-tp5743766.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
