Loading...
Select Version
The following BeanConnect-specific interfaces of the package net.fsc.jca.communication
are supported for inbound communication:
AsyncOltpMessageListener
for asynchronous communicationTo receive an inbound message, the interface provides the
onMessage()
method, which contains the inbound message as a parameter.OltpMessageListener
for dialog communicationTo 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.