You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/06/26 19:00:07 UTC

[jira] Updated: (CAMEL-1763) Parameter Mapping - Add CamelContext as default parameter mapping

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

Claus Ibsen updated CAMEL-1763:
-------------------------------

    Description: 
Class DefaultParameterMappingStrategy should also know about
- CamelContext
- Registry

then people can get these mapped automatically when using bean parameter binding.

{code}
public String doSomething(String body, Registry registry) {
   // you can use registry to lookup beans
}
{code}

  was:
Class DefaultParameterMappingStrategy should also know about
- CamelContext
- Registry

then people can get these mapped automatically when using bean parameter binding.

{code}
public String doSomething(String body, Registry registry) {
   // you can use registry to lookup beans
}


> Parameter Mapping - Add CamelContext as default parameter mapping
> -----------------------------------------------------------------
>
>                 Key: CAMEL-1763
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1763
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 2.0-M2
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Class DefaultParameterMappingStrategy should also know about
> - CamelContext
> - Registry
> then people can get these mapped automatically when using bean parameter binding.
> {code}
> public String doSomething(String body, Registry registry) {
>    // you can use registry to lookup beans
> }
> {code}

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