Hi, the RequestHandler is not available in CXF 3.0
I currently use some RequestHandlers and use message.get, message.put and classResourceInfo.get... and return null if do not want to mess with the execution or some Response to break execution. How can I migrate this to a ContainerRequestFilter or anything else in CXF 3.0? Regards, Thorsten
