Hi Benson On 30/11/11 22:51, Benson Margulies wrote:
Can I just have one bean class that implements both the request and response filter interfaces?
Sure, just make sure the same instance is referenced in beans xml using a <ref bean="corsHandler"/> inside jaxrs:providers
Cheers, Sergey
