SAP2Java 1.0.3 API

com.sap.bapi.listener
Interface SAPBase

All Known Implementing Classes:
SAPClientBase, SAPListener

public interface SAPBase


Field Summary
static java.lang.String getterPrefix
          Constant String denoting the Output prefix
static java.lang.String inputPrefix
          Constant String denoting the Repository ID
static java.lang.String outputPrefix
          Constant String denoting the Input prefix
static java.lang.String setterPrefix
          Constant String denoting the Getter prefix
static java.lang.String SID
           
 
Method Summary
 void handleRequest(com.sap.mw.jco.JCO.Function function)
          The implementation is provided if the class extends JCO.Server .
 

Field Detail

SID

public static final java.lang.String SID
See Also:
Constant Field Values

inputPrefix

public static final java.lang.String inputPrefix
Constant String denoting the Repository ID

See Also:
Constant Field Values

outputPrefix

public static final java.lang.String outputPrefix
Constant String denoting the Input prefix

See Also:
Constant Field Values

getterPrefix

public static final java.lang.String getterPrefix
Constant String denoting the Output prefix

See Also:
Constant Field Values

setterPrefix

public static final java.lang.String setterPrefix
Constant String denoting the Getter prefix

See Also:
Constant Field Values
Method Detail

handleRequest

public void handleRequest(com.sap.mw.jco.JCO.Function function)
                   throws BAPIException
The implementation is provided if the class extends JCO.Server .

Parameters:
function -
Throws:
BAPIException

SAP2Java 1.0.3 API

This is a partial documentation. Send comments to-- sid_bhat@hotmail.com