z/OS Connect
此功能部件在移动设备、云和 Web 客户机与 z/OS 后端系统(例如,CICS Transaction Server、IMS 和批处理应用程序)之间提供了网关。它提供 RESTful API 并接受和返回 JSON 有效内容。此功能部件通过提供数据转换服务与后端系统进行通信,此服务可实现 JSON 有效内容和字节数组之间的转换,这些字节数组由以 Cobol、PL/I 和 C 编写的 z/OS 本机语言应用程序使用。
启用此功能部件
要启用 z/OS Connect 功能部件,请在 server.xml 文件的 featureManager 元素内添加以下元素声明:
<feature>zosConnect-1.0</feature>
开发依赖于此功能部件的功能部件
如果您要开发依赖于 z/OS Connect 功能部件的功能部件,请在新功能部件的功能部件清单文件的 Subsystem-Content 头中添加以下项:
com.ibm.websphere.appserver.zosConnect-1.0; type="osgi.subsystem.feature"
此功能部件启用的功能部件
此功能部件提供的 SPI 包
功能部件配置元素
可在 server.xml 文件中使用以下元素以配置 z/OS Connect 功能部件:
- administrator-role
- auditInterceptor
- authCache
- authentication
- authorization-roles
- authorizationInterceptor
- basicRegistry
- classloading
- fileSystemloggerInterceptor
- jaasLoginContextEntry
- jaasLoginModule
- library
- ltpa
- quickStartSecurity
- trustAssociation
- zosConnectDataXform
- zosConnectInterceptors
- zosConnectManager
- zosConnectService