Uses of Interface
com.sap.conn.jco.JCoResponse

Packages that use JCoResponse
com.sap.conn.jco Contains the major part of the interfaces and factories that an application for JCo is typically dealing with. 
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoResponse in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoResponse
 JCoResponse JCoRequest.execute(JCoDestination destination)
          Executes the request on the given target destination synchronously using the sRfc protocol.
 

Uses of JCoResponse in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server with parameters of type JCoResponse
 void JCoServerRequestHandler.handleRequest(JCoServerContext serverCtx, JCoRequest request, JCoResponse response)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 



Copyright © 2008-2016 SAP SE. All Rights Reserved.