I was using interceptor (SI 1.0.4) to retrieve id from headers and set it as object ID in my application's processing. Using SI 2.0, I am looking to explore SpEL expression for this purpose instead of writing an interceptor. Is this doable? Is there any other alternative?
Thanks in advance.


Reply With Quote