Richard Opalka wrote:
There's support for global JAXWS handlers in AS 7.1.x.
This feature is not available in JBoss AS series 5.x & 6.x.
Exactly, starting from AS 7.1 (better with 7.1.1) you can define JAXWS endpoint configuration (basically the same concept that was available for JBossWS-Native stack on AS 5/6). See documentation on the webservices subsystem management at https://docs.jboss.org/author/display/AS71/Web+services+configuration
As Richard implied, this mean instead of an interceptor for all applications, you can have a jaxws handler for all applications. This should not be a problem, as the interceptor and jaxws handler are pretty equivalent concepts.