Thanks, will give it a try!
On Fri, Oct 14, 2011 at 4:35 PM, Sergey Beryozkin <sberyoz...@gmail.com> wrote: > Hi > > You can get CXF MessageContext injected and then do > OperationResourceInfo ori = > (OperationResourceInfo)context.get(OperationResourceInfo.class); > ori.getMethodToInvoke() > > HTH, Sergey > > > On 14/10/11 15:07, Kiren Pillay wrote: >> >> Hi all! >> >> Is there a way to access the values/arguments of a JAX-RS request from >> the Exception Mapper? >> >> I am trying to get the methodSignature which I want to use as a lookup >> for an audit logger. >> >> Regards >> Kiren > >