+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


The Java adapter-descriptor file

Learn about the function and structure of the Java™ adapter-descriptor file.

We use the adapter.xml descriptor file to declare the display name, description, class name of the JAX-RS application and security checks procedures that are exposed by a Java adapter to applications and to other adapters. The elements, subelements, and attributes of the JavaScript adapter XML file are described in the following sections.

The adapter.xml descriptor file is located in the adapter-resources folder, under <Java_adapter>/src/main/.


The adapter element

The adapter element is the root element of the adapter configuration file. It has the following structure, which consists of both attributes and subelements:


The adapter element attributes


The adapter element subelements

The adapter element has the following subelements.

Parent topic: MobileFirst Java adapters