Hi Dan, I meant programmatically using Java Code, without relying upon Spring. There is a way?
dkulp wrote: > > On Tuesday 27 January 2009 8:31:46 am peppinolusuraio wrote: >> hi, >> >> there is a way to add programmatically handlers on the server side >> programmatically withour relying upon @HandlerChain annotation??? > > Do you mean via spring config type thing or actually via some sort of java > code? With 2.1.3, there is a <handlers> element on jaxws:endpoint which > would be a list of handlers to add. That's probably the easiest way to > go. > > > -- > Daniel Kulp > [email protected] > http://dankulp.com/blog > > -- View this message in context: http://www.nabble.com/programmatically-add-jax.ws.Hander-on-the-server-side-tp21685348p21702156.html Sent from the cxf-user mailing list archive at Nabble.com.
