[jboss-user] [JBossWS] - Re: Handler execution order in handler chain

Sancheski do-not-reply at jboss.com
Wed Mar 11 04:57:31 EDT 2009


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#4216874

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216874



More information about the jboss-user mailing list