Can you explain, what is the reason for configuring handler only per endpoint? Wouldn't it be a nice feature configuring them globally if necessary?
I also use one JAX-WS Handler in all my endpoints. Thanks, Dirk -----Ursprüngliche Nachricht----- Von: Willem Jiang [mailto:[email protected]] Gesendet: Donnerstag, 16. Juni 2011 06:13 An: [email protected] Betreff: Re: Globally specifying JAX-WS handlers No, JAX-WS handlers are configured per endpoint. On 6/16/11 4:34 AM, Gunnar Morling wrote: > Hi, > > according to the documentation [1] one can specify interceptors on the > bus level, which will then be applied to all endpoints. Is the same > also possible for JAX-WS handlers? > > Thanks, Gunnar > > [1] http://cxf.apache.org/docs/bus-configuration.html > -- Willem ---------------------------------- FuseSource Web: http://www.fusesource.com Blog: http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang Weibo: willemjiang
