Value Commands

org.mactor.extensions.RandomIntExtractor

Extracts a random integer value

org.mactor.extensions.CurrentTimeExtractor

Extracts the current time on the format: 'yyyy-MM-dd'T'HH:mm:ss.SSSZ' 
 A single parameter can be provided to specify the number of minutes to add to
 or substract from the current time (5 adds five minuts -120 subtracts to
 hours )

org.mactor.extensions.xml.XPathIgnoreNsValueExtractor

Extracts a selected field from the last received message  The field to
 select is specified as a single parameter containing the XPath expression
 that selects the single attribute or element  Namespace information in
 the evaluated messages is ignored, so the XPath expressions must not include
 namespace prefixes