Hi You can get CXF MessageContext injected and then doOperationResourceInfo 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
