Hi,
is there a way to defne some form of template for an interceptor stack?
I have a lot of services defined in a spring application context that should all be intercepted by a stack of the same interceptors. Instead of defining a ProxyFactoryBean with a list of the same interceptors *for every* service, I like to define this interceptor-list only once and wire it with the least possible amount of typing in the application context xml file.
Thanks for any hints that could help me!
Felix


Reply With Quote