The <cics_json_handler_java> pipeline configuration element
Specifies the attributes of the handler program for JSON messages in Java-based JSON pipelines.
Used in:
- Service provider
Contained by:
Contains:
- A <jvmserver> element.
- An optional <repository> element.
Example
The following example shows the XML for the Java-based JSON handler and its nested elements:
<?xml version="1.0" encoding="EBCDIC-CP-US"?>
<provider_pipeline xmlns="http://www.ibm.com/software/htp/cics/pipeline">
<service>
<terminal_handler>
<cics_json_handler_java>
<jvmserver>DFHAXIS</jvmserver>
<repository>/usr/lpp/cicsts/cicsts55/lib/pipeline/repository</repository>
</cics_json_handler_java>
</terminal_handler>
</service>
<apphandler_class>com.ibm.cicsts.axis2.CICSAxis2ApplicationHandler</apphandler_class>
</provider_pipeline>