[ 
https://issues.apache.org/activemq/browse/CAMEL-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William Tam updated CAMEL-1056:
-------------------------------

    Attachment: CAMEL-1056.patch

attached a patch which enables users to inject jaxws handler to CXF producer 
and client. 

  <cxf:cxfEndpoint ...>
   
      <cxf:handlers>
          <ref bean="myJaxwsHandler"/> 
      </cxf:handlers>     

  </cxf:cxfEndpoint> 

   <bean id="myJaxwsHandler" 
class="org.apache.camel.wsdl_first.JaxwsTestHandler"/>

> Camel-cxf to support JAXWS handler
> ----------------------------------
>
>                 Key: CAMEL-1056
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1056
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-cxf
>            Reporter: William Tam
>             Fix For: 2.0.0
>
>         Attachments: CAMEL-1056.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to