GitHub user pvdbosch opened a pull request:
https://github.com/apache/camel/pull/2457
CAMEL-12714 - support handlers in cxf payload mode without SEI
Support JAX-WS handlers for cxf endpoint in payload mode with a WSDL
specified and without service class by using a JaxWsEndpointImpl instead of
EndpointImpl and removing some checks that avoid the handlers being set.
I removed the CxfSpringEndpoint.getSEIClass() method as it did the same as
getServiceClass().
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kszbcss/camel cxf-payload
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2457.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2457
----
commit f84a6243aa26da9cab2734ae12e39ddae1cf72c8
Author: pvdbosch <peter.vandenbosch@...>
Date: 2018-07-27T18:45:40Z
CAMEL-12714 - support handlers in cxf payload mode without SEI
----
---