You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2013/05/24 11:48:22 UTC

[jira] [Resolved] (CAMEL-2989) provider an API to query available endpoints on a component

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

james strachan resolved CAMEL-2989.
-----------------------------------

    Resolution: Fixed

I missed this issue when searching for it ;) we now have a simple hook API called EndpointCompleter that a Component can choose to implement.

https://cwiki.apache.org/confluence/display/CAMEL/EndpointCompleter

if a component doesn't implement it, then no completions are created. So its no biggie that only some endpoints can or do offer completion
                
> provider an API to query available endpoints on a component
> -----------------------------------------------------------
>
>                 Key: CAMEL-2989
>                 URL: https://issues.apache.org/jira/browse/CAMEL-2989
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: james strachan
>             Fix For: 3.0.0
>
>
> many components like file, activemq, nmr, jbi, database all are capable of browsing the available endpoints that a user could use from, say, a command line tool or from camel-web.
> So we should add a browse API that lets you query a component for available endpoints.
> Maybe allow things to be browsed in a tree kind of way - maybe with a text search type thing (for completion boxes etc)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira