The <cics_json_handler_java> pipeline configuration element

Specifies the attributes of the handler program for JSON messages in Java™-based JSON pipelines.

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 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.

Used in:

  • Service provider

Contained by:

Contains:

  1. A <jvmserver> element.
  2. An optional <repository> element.

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/cicsts62/lib/pipeline/repository is from CICS® TS 6.2.

<?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/cicsts62/lib/pipeline/repository</repository>
      </cics_json_handler_java>
    </terminal_handler>
  </service>
  <apphandler_class>com.ibm.cicsts.axis2.CICSAxis2ApplicationHandler</apphandler_class>
</provider_pipeline>