JAXPXPathExpression subclass returning any kind of object not only String
-------------------------------------------------------------------------
Key: SM-1358
URL: https://issues.apache.org/activemq/browse/SM-1358
Project: ServiceMix
Issue Type: Improvement
Components: servicemix-core
Affects Versions: 3.2.2, 3.3
Reporter: Andrew Skiba
Fix For: 3.2.2, 3.3
Attachments: xpathxstream.patch
Existing JAXPXPathExpression evaluates only to strings. This subclass allows to
use XStream to evaluate a part of a message into an object of any type. For
example if a message carries XML like
<message>
<params>
<map>
<entry>
<key>key1</key>
<value>value1</value>
</...>
and xpath=/message/params/map
then this JAXPXPathXStreamExpression evaluates it into java.util.Map
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.