Java nodes and debugging

You can include one or more nodes in a message flow that contain Java code to modify the behavior of that node.

When you have deployed the message flow, you can use the flow debugger to set a breakpoint just before the node. When the flow pauses at the breakpoint, you can step into the code, and step through it (step over) line by line to examine the logic and check the actions taken and their results. You can set additional breakpoints in the Java code. You can also examine and change the Java variables.

These tasks are described in detail in Debugging Java.

You can code Java for the following nodes:
Related concepts
Flow debugger overview
Debug perspective
User-defined extensions
Related tasks
Developing user-defined extensions
Deploying
Debugging a message flow
Debugging Java
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols