This is how it works, taking the descriptor file from last post:
Handlers in server side
- Server in:
1) Handler 3
2) Handler 2
3) Handler 1
- Server out:
1) Handler 1
2) Handler 2
3) Handler 3
Handlers in client side
- Client out:
1) Handler 1
2) Handler 2
3) Handler 3
- Client in:
1) Handler 3
2) Handler 2
3) Handler 1
See HandlerChainExecutor class.
Cheers,
David Sancho
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216874#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...