intercept « Object « Spring Q&A





1. Intercepting a pooled object    forum.springsource.org

Intercepting a pooled object Hi springers. I have a problem with the subject. So, I have a request processor bean: Code: this class extends the AbstractRequestProcessor class. ...

2. Intercepting non managed objects    forum.springsource.org

Well the name says it all doesn't it... Spring AOP can only intercept spring managed beans... If you want something else you will need a full AOP solution like AspectJ.