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