public class BapiQueryExecutor extends AbstractRemoteFunctionQueryExecutor<BapiQuery,BapiQueryResult>
QueryExecutor
for BapiQuery
instances.Modifier and Type | Class and Description |
---|---|
static class |
BapiQueryExecutor.JCoQueryExecutor |
static class |
BapiQueryExecutor.SoapQueryExecutor |
Constructor and Description |
---|
BapiQueryExecutor() |
Modifier and Type | Method and Description |
---|---|
protected QueryExecutor<BapiQuery,BapiQueryResult> |
getJCoQueryExecutor(String destinationName)
Retrieves the
QueryExecutor for communication based on the SAP Java Connector (JCo). |
protected QueryExecutor<BapiQuery,BapiQueryResult> |
getSoapQueryExecutor()
Retrieves the
QueryExecutor for communication based on SOAP. |
execute, getQueryExecutor
@Nonnull protected QueryExecutor<BapiQuery,BapiQueryResult> getSoapQueryExecutor()
QueryExecutor
for communication based on SOAP.getSoapQueryExecutor
in class AbstractRemoteFunctionQueryExecutor<BapiQuery,BapiQueryResult>
QueryExecutor
instance.@Nonnull protected QueryExecutor<BapiQuery,BapiQueryResult> getJCoQueryExecutor(String destinationName)
QueryExecutor
for communication based on the SAP Java Connector (JCo).getJCoQueryExecutor
in class AbstractRemoteFunctionQueryExecutor<BapiQuery,BapiQueryResult>
destinationName
- The name of the RFC destination to use.QueryExecutor
instance.Copyright © 2018 SAP SE. All rights reserved.