HttpInvokerProxyFactoryBean « AOP « Spring Q&A





1. AOP over HttpInvokerProxyFactoryBean    forum.springsource.org

Seems like this class doesn't extend org.springframework.aop.framework.ProxyConfig, so how is it possible to use other interceptors with this? The JVM gen'd proxy is a final class so it can't be proxied ...