Integration Using the Adapter Engine (Java SE)

Use

The Adapter Engine (Java SE) provides various adapters that you can use to connect the Integration Engine to external systems (legacy systems, for example). You can use these adapters to convert XML-based and HTTP-based messages to the specific protocols and formats of systems of this kind and the other way round.

The individual adapters can be installed and configured on the same technical base, either together or separately.

The following adapters are available:

  • File/FTP adapter

  • JDBC adapter

  • JMS adapter

  • SOAP adapter

Depending on the configuration, the adapters can be used to do the following:

  • Exchange data with external systems using a file interface (File/FTP adapter)

  • Access databases using JDBC (JDBC adapter)

  • Communicate with messaging systems using the JMS API (JMS adapter)

You need to differentiate here between adapters that are located before inbound processing in the Integration Engine (sender adapter) and those that are located after outbound processing in the Integration Engine (receiver adapter).

Each adapter has a special module that is started when the adapter is connected. You must install and configure this module correspondingly.

More information about configuring the adapters and for an explanation of the parameters: Configuration .

The configuration options of the Adapter Engine (Java SE) can be accessed at http://<host>:8200 , where <host> is the host of the Integration Server.