Action Processor Editor Response Tab

Use the Response tab to defining the parameters for a CLI-based action processor CLI command response message.

Field Use

Response

You can enter a description of the response message.

Response Header

You can enter a response header.

Exit Type Pattern

Specify a response snippet that the code searches for in response messages. You use the Mark Positions button to specify what part of the response snippet to verify before sending the response to the user defined exit type code you have written. For more information about exit types, see ASAP Cartridge Development Guide.

Edit Response Logic

Click to open the auto-generated ResponseHandlerImplementation.java file in which you must enter response handling logic. For more information, see ASAP Cartridge Development Guide.