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
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.