[
https://issues.apache.org/jira/browse/CAMEL-12714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571734#comment-16571734
]
ASF GitHub Bot commented on CAMEL-12714:
----------------------------------------
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
----
> support handlers in cxf payload data format without SEI
> -------------------------------------------------------
>
> Key: CAMEL-12714
> URL: https://issues.apache.org/jira/browse/CAMEL-12714
> Project: Camel
> Issue Type: Improvement
> Components: camel-cxf
> Reporter: Peter Van den Bosch
> Priority: Major
>
> When using a cxf endpoint in payload mode, specifying a WSDL and no service
> class, the JAX-WS protocol handlers are ignored.
> Documentation however indicates that payload mode supports protocol JAX-WS
> handlers.
> I made a pull request that activates the JAX-WS handlers in this scenario as
> well, by using a JaxWsEndpointImpl instead of EndpointImpl and removing some
> checks that avoid the handlers being set.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)