You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by AlanFoster <al...@alanfoster.me> on 2012/08/26 23:51:17 UTC

Possible patch for CAMEL-5503

Hi

I have created patch for https://issues.apache.org/jira/browse/CAMEL-5503

This patch allows you apply an XPath expression to a header's value by
suppying the header name, ie

public void doSomething(@XPath(header = "someHeader", value =
"//foo/bar/text()") String someValue) {
}

I'd appreciate if anyone could review this patch for me please :)

If you are happy with this patch I can update the documentation as required,
but I believe I may need to create a seperate account for that?

Thanks
Alan



--
View this message in context: http://camel.465427.n5.nabble.com/Possible-patch-for-CAMEL-5503-tp5718098.html
Sent from the Camel Development mailing list archive at Nabble.com.