03-20-07 06:21 PM
This will be supported to some extent in WebSphere's implementation of the E
JB 3.0 spec, which provides a standardized interceptor model.
mutilin@ispras.ru wrote:
> Hello!
> I want to intercept method invocations to EJB components.
> Is there any mechanism which allows to check and control the data passed t
hrough the invocation? In JBoss, for instance, there is a stack of intercept
ors, and every invocation is passing through it.
> I want to intercept not just some methods of my component, but all method invocati
ons in the container. Where can I configure stack of interceptors for the EJB contai
ner?
[ Post a follow-up to this message ]
|