Is there a way for me to get the Class reference for my service
implementer within an interceptor? 

Each WebMethod on my service class is annotated with some permissions
information. I want to write an interceptor that reads that permission
information and enforces them. 

My service class is created through Spring. I'll need a reference to the
Class of the bean and a way to get the name of the method (or Method
object) being invoked. 

Thanks in advance! 

--
Hamlet D'Arcy
hamlet.da...@pearson.com

Reply via email to