[
https://issues.apache.org/activemq/browse/CAMEL-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46670#action_46670
]
Jonathan Anstey commented on CAMEL-1014:
----------------------------------------
Ah, I think I get it. You'd like to have a reusable JAXB class for creating an
expression in an element, like:
{code}
<someProcessor>
<someConfigurableNameHere>
<xpath>...</xpath>
</someConfigurableNameHere>
</someProcessor>
{code}
instead of including say the expression type directly
{code}
<someProcessor>
<xpath>...</xpath>
</someProcessor>
{code}
Make sense?
> ExpressionType is missing in Spring DSL
> ---------------------------------------
>
> Key: CAMEL-1014
> URL: https://issues.apache.org/activemq/browse/CAMEL-1014
> Project: Apache Camel
> Issue Type: Sub-task
> Reporter: Claus Ibsen
> Assignee: Jonathan Anstey
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.