InterviewSolution
| 1. |
What Is The Difference Between Environment And Local Environment Tree? |
|
Answer» The environment tree differs from the LOCAL environment tree in that a single INSTANCE of it is maintained throughout the message flow. If you include a COMPUTE node, a Mapping node, or a JavaCompute node in your message flow, you do not have to specify whether you WANT the environment tree to be included in the output message. The environment tree is included automatically, and the entire contents of the input environment tree are retained in the output environment tree. Any changes that you make are available to subsequent nodes in the message flow, and to previous nodes. The environment tree differs from the local environment tree in that a single instance of it is maintained throughout the message flow. If you include a Compute node, a Mapping node, or a JavaCompute node in your message flow, you do not have to specify whether you want the environment tree to be included in the output message. The environment tree is included automatically, and the entire contents of the input environment tree are retained in the output environment tree. Any changes that you make are available to subsequent nodes in the message flow, and to previous nodes. |
|