Hi All, I'm in an environment where a lot of custom wrappers exist around CXF that add some handy interceptors for some homebrew security architecture for SOAP messages. However, trying to use JAXRS becomes a pain because it tries to use these interceptors built specifically for SOAP and falls flat on its face. I cannot really modify the bus because it exists in a jar I don't have control over.
Is there someway to exclude these interceptors in my jaxrs server? Thanks, James
