Using Multiple Source or Result Objects
To process multiple Source or Result objects use the ReadUrl or WriteUrl functions. In this case, it's not necessary to specify the URL. You can assign the Source or Result objects using the MapExecutionContext.addInputSource() or MapExecutionContext.addOutputResult() methods. This allows multiple Java objects to be read or written in a single map execution for example.