How can I find the target method/function name invoked by an URI in RESTFul webservices?
I have defined a filter which has before and after methods/functions, I want to find the target method/function which will be invoked by a certain URI to do some logic before the request is handled.
I am using Restlet Core - API and Engine.