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