I was trying to configure JAX-WS Handler as part of spring configuration
file. I don't find any means to do that. Is it possible to register JAX-WS
Handler at deploy time instead of using @HandlerChain annotation. I don't
want every java class to declare this handler chain.
For example following descriptor markup registers jaxws service endpoint.
This element accept CXF interceptors as part of "jaxws:inInterceptors"
element. However I don't find any way to register JAX-WS Handlers.
<jaxws:endpoint id="classImpl"
implementor="org.apache.cxf.jaxws.service.Hello"
endpointName="e:HelloEndpointCustomized"
serviceName="s:HelloServiceCustomized"
address="http://localhost:8080/test"
xmlns:e="http://service.jaxws.cxf.apache.org/endpoint"
xmlns:s="http://service.jaxws.cxf.apache.org/service"/>
</beans>
--
View this message in context:
http://www.nabble.com/Configuring-JAX-WS-Handler-in-spring-configuration-file-tp14263725p14263725.html
Sent from the cxf-user mailing list archive at Nabble.com.