| setcontentinspectioncallout_resultexpr |
Use this method to set expression that extracts the callout results from the response sent by the CI callout agent. Must be a response based expression, that is, it must begin with ICAP.RES. The operations in this expression must match the return type. For example, if you configure a return type of TEXT, the result expression must be a text based expression, as in the following example: icap.res.header("ISTag") |
Syntax |
Parameters |
name |
Name of the Content Inspection callout to configure. This is mandatory parameter. |
resultexpr |
Expression that extracts the callout results from the response sent by the CI callout agent. Must be a response based expression, that is, it must begin with ICAP.RES. The operations in this expression must match the return type. For example, if you configure a return type of TEXT, the result expression must be a text based expression, as in the following example: icap.res.header("ISTag") |
Return Value |
Returns simpleResult |
See Also |