Allow a little more precise question How do I configure wink.handlersFactoryClass without using web.xml ( I am working in an OSGI context). Is there a method that allows me to configure this before starting Apache Wink?
Thanks a lot Frank From: Frank Langel <[email protected]> Date: Thursday, June 25, 2015 at 2:45 PM To: <[email protected]> Subject: Interceptor | org.apache.wink.server.handlers.HandlersFactory example Hi Apache Wink team, I would like to execute some code just before the REST method is called 1. The code would access Http header parameters 2. I want to bind some information onto the thread that executes the REST method using ThreadLocal Apache Wink is kind of old (latest post 2010) and documentation hard to find 1. Has anyone build an interceptor similar to the one described 2. Has anyone experience with org.apache.wink.server.handlers.HandlersFactory ? Can I use it for this purpose? Thanks a lot in advance Frank
