public class Axis2RFCHandler extends Object
This class encapsulates workers for each bapi/rfc request recieved. Workers are responsible for handling and converting them to SOAP format
Constructor and Description |
---|
Axis2RFCHandler(BAPIEndpoint endpoint,
org.apache.axis2.transport.base.threads.WorkerPool workerPool) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(JCoServerContext jCoServerContext,
JCoFunction jCoFunction)
handle bapi requests coming through SAP gateway
|
public Axis2RFCHandler(BAPIEndpoint endpoint, org.apache.axis2.transport.base.threads.WorkerPool workerPool)
public void handleRequest(JCoServerContext jCoServerContext, JCoFunction jCoFunction) throws AbapException, AbapClassException
jCoServerContext
- JCO Server environment configurationjCoFunction
- bAPI/rfc function being calledAbapException
AbapClassException
Copyright © 2017 WSO2. All rights reserved.