adapter add

Creates a new adapter, which is generated in the adapters folder of the current project.

Syntax

mfp adapter add [<name> --type|-t <type> [--jsonstore|-j] [--ussd|-u] [--package|-p <package>]]

Parameters

<name>
The name of the generated adapter.
<type>
The type of adapter. Valid values: castiron, http, java, jco, jms, sap, and sql.
[--jsonstore|-j]
Your choice of JSONStore procedures. JSONStore procedures are not valid for JCo and Java™ adapters.
[--ussd|-u]
The option for the Unstructured Supplementary Service Data (USSD) communication technology.
[--package|-p <package>]
The name of the package that contains the Java adapter classes. Package option is valid only for Java adapters.