Package org.jboss.ejb3.interceptors.proxy

Interceptors by proxy are not the same as interceptors on a POJO.

See:
          Description

Class Summary
ProxyContainer<T> An interceptor proxy container.
 

Package org.jboss.ejb3.interceptors.proxy Description

Interceptors by proxy are not the same as interceptors on a POJO. With POJO Interceptors any call to the object is intercepted. With proxy interceptors only calls through the proxy are intercepted.