You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by pvdbosch <gi...@git.apache.org> on 2018/08/07 14:17:54 UTC

[GitHub] camel pull request #2457: CAMEL-12714 - support handlers in cxf payload mode...

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 <pe...@...>
Date:   2018-07-27T18:45:40Z

    CAMEL-12714 - support handlers in cxf payload mode without SEI

----


---

[GitHub] camel pull request #2457: CAMEL-12714 - support handlers in cxf payload mode...

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2457


---