Sun Adapter for SAP BAPI API

com.stc.connector.sapbapiadapter.sapbapi
Interface BapiListener


public interface BapiListener

Version:
$Revision: 1.3 $
Author:
Rajesh Dhingra

Method Summary
 void onMessage(com.sap.mw.jco.JCO.Function rfcFunc)
          This method is called when external data is received.
 

Method Detail

onMessage

void onMessage(com.sap.mw.jco.JCO.Function rfcFunc)
               throws com.stc.connector.framework.eway.FaultException,
                      com.stc.connector.framework.eway.InboundException
This method is called when external data is received.

Parameters:
rfcFunc - Java Connection object received from SAP
Throws:
com.stc.connector.framework.eway.FaultException
com.stc.connector.framework.eway.InboundException

Sun Adapter for SAP BAPI API