1 Reply Latest reply on Feb 8, 2007 2:29 PM by alrubinger

    Passing parameters to interceptors

    zetzioni

      is it possible to write an around invoke interceptor such that it would get additional parameters in addition to the invocation context?

      My real problem is that I need to have the names of the parameters of the method in the interceptor, and since names do not exist in the method object, I don't really have a way of doing that.

      Any ideas?