[jboss-user] [JBoss Web Services] - Re: How to set new SoapHandler for each invocation?
Scale It
do-not-reply at jboss.com
Tue Apr 17 11:13:00 EDT 2012
Scale It [https://community.jboss.org/people/meselfe] created the discussion
"Re: How to set new SoapHandler for each invocation?"
To view the discussion, visit: https://community.jboss.org/message/730608#730608
--------------------------------------------------------------
Aha this one from jsr 224 cleared things up for me:
> 9.3.3 Handler Implementation Considerations
> Handler instances may be pooled by a JAX-WS runtime system. All instances of a specific handler are
> considered equivalent by a JAX-WS runtime system and any instance may be chosen to handle a particular
> message. Different handler instances may be used to handle each message of an MEP. Different threads
> may be used for each handler in a handler chain, for each message in an MEP or any combination of the
> two. Handlers should not rely on thread local state to share information. Handlers should instead use the
> message context, see section 9.4.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/730608#730608]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120417/6846c696/attachment.html
More information about the jboss-user
mailing list