[ 
https://issues.apache.org/jira/browse/CAMEL-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781929#comment-13781929
 ] 

Daniel Kulp commented on CAMEL-6783:
------------------------------------

CXF itself uses:

{code:java}
    protected List<Feature> features;
 
    public List<Feature> getFeatures()
    public void setFeatures(List<? extends Feature> features)
{code}

> getFeatures() method of CxfEndpoint only accept AbstractFeature but Feature
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-6783
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6783
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.12.0
>            Reporter: liugang
>         Attachments: CAMEL-6783.patch
>
>
> the *getFeatures()* method of *CxfEndpoint* only accept an instance of 
> *AbstractFeature*, but the original *ClientFactoryBean* accept *Feature* 
> instance.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to