Uses of Class
com.sap.mw.jco.JCO.Response

Uses of JCO.Response in com.sap.mw.jco
 

Methods in com.sap.mw.jco that return JCO.Response
 JCO.Response JCO.Client.execute(JCO.Request request)
          Executes the request on the remote server synchronously
 

Methods in com.sap.mw.jco with parameters of type JCO.Response
 void JCO.Server.handleRequest(JCO.Request request, JCO.Response response)
          Called after a request for a service has arrived.
Derived servers will override this function to actually implement a specific request handling.
When this routine exits without any pending exception the output parameters and tables will be sent back to the calling SAP system.