The feedForEachReplace accessor calls a process URI for-each feed entry and
replaces that entry with the result from the sub-request.
The processuri argument is the active URI request to be invoked for each entry. The processuri service
receives the entry to be processed as an argument entry.
Example
For example if a feedForEachReplace is given processuri, "active:beanshell+operator@ffcpl:/path/proc.bsh" it will call
active:beanshell+operator@ffcpl:/path/proc.bsh+entry@[entry to be processed]
Note: the implementation for the processuri service must return an IAspectEntry resource.
For more details see the PiNKY guide
.