The <cics_json_handler_java> pipeline configuration element
Deprecated feature: Support for the JVMSERVER-based
configuration option for the web services data transformation service is deprecated. The deprecated
options can be replaced with the use of a non-Java pipeline
for CICS®
web services, z/OS Connect Enterprise Edition, or by writing
web applications in Java
or Node.js. For more details, see Stabilization notices.
Specifies the attributes of the handler program for JSON messages in Java-based JSON pipelines.
Used in:
- Service provider
Contained by:
- The <service_handler_list> element element
- The <terminal_handler> element element
Contains:
- A <jvmserver> element
- An optional <repository> element
If any of the configuration elements are used, they must be used in the sequential order that they are listed.
Example
The following example shows the XML for the Java-based JSON handler and its nested elements. The name of the repository in the example reflects the release of CICS TS: for example, /usr/lpp/cicsts/cicsts64/lib/pipeline/repository is from
CICS TS beta.
<?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/cicsts64/lib/pipeline/repository</repository>
</cics_json_handler_java>
</terminal_handler>
</service>
<apphandler_class>com.ibm.cicsts.axis2.CICSAxis2ApplicationHandler</apphandler_class>
</provider_pipeline>