camel-core-xml - Add getter/sett for endpoints
----------------------------------------------

                 Key: CAMEL-3644
                 URL: https://issues.apache.org/jira/browse/CAMEL-3644
             Project: Camel
          Issue Type: Improvement
    Affects Versions: 2.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.7.0


We have listed
{code}

    @XmlElement(name = "endpoint", required = false)
    private List<CamelEndpointFactoryBean> endpoints;
{code}

in the camel-spring, but we dont have getter/setter.

We should enforce this by adding getter/setter in camel-core-xml which we have 
for most of the stuff.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to