Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

BeanConnect-specific interfaces for inbound communication

The following BeanConnect-specific interfaces of the package net.fsc.jca.communication are supported for inbound communication:

  • AsyncOltpMessageListener for asynchronous communication

    To receive an inbound message, the interface provides the onMessage() method, which contains the inbound message as a parameter.

  • OltpMessageListener for dialog communication

    To receive an inbound message and send a reply message, the interface provides the onMessage() method, which contains the inbound message as a parameter and returns a reply message to the EIS application.