Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRfcDestination
Abstract base class based on
AbstractGenericDestination implementing the RfcDestination interface. |
class |
ScpCfRfcDestination
A destination specifically in use for the RFC destination type.
|
class |
ScpNeoRfcDestination
A destination specifically in use for the RFC destination type.
|
Modifier and Type | Method and Description |
---|---|
RfcDestination |
AbstractDestinationFacade.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
static RfcDestination |
DestinationAccessor.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
RfcDestination |
DestinationFacade.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
Modifier and Type | Method and Description |
---|---|
Class<? extends RfcDestination> |
DestinationFacade.getRfcDestinationClass()
Returns the platform-specific implementation class of
RfcDestination . |
Class<? extends RfcDestination> |
ScpCfDestinationFacade.getRfcDestinationClass()
Returns the platform-specific implementation class of
RfcDestination . |
Class<? extends RfcDestination> |
ScpNeoDestinationFacade.getRfcDestinationClass()
Returns the platform-specific implementation class of
RfcDestination . |
Map<String,RfcDestination> |
AbstractDestinationFacade.getRfcDestinationsByName()
Returns all destinations that are of type
DestinationType.RFC by their names. |
static Map<String,RfcDestination> |
DestinationAccessor.getRfcDestinationsByName()
Returns all known
RfcDestination s that are of type DestinationType.RFC by their names. |
Map<String,RfcDestination> |
DestinationFacade.getRfcDestinationsByName()
Returns all destinations that are of type
DestinationType.RFC by their names. |
Modifier and Type | Method and Description |
---|---|
RfcDestination |
MockUtil.mockRfcDestination()
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name "ErpQueryEndpoint". |
RfcDestination |
MockUtil.mockRfcDestination(ErpSystem erpSystem)
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name "ErpQueryEndpoint". |
RfcDestination |
MockUtil.mockRfcDestination(ErpSystem erpSystem,
Credentials credentials)
Mocks an
RfcDestination for the given ErpSystem and Credentials for destination name
"ErpQueryEndpoint". |
RfcDestination |
MockUtil.mockRfcDestination(MockRfcDestination destination)
Mocks an
RfcDestination for the given MockRfcDestination . |
RfcDestination |
MockUtil.mockRfcDestination(String systemAlias)
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name "ErpQueryEndpoint". |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem)
Mocks an
RfcDestination by redirecting to an actual ERP system for the given destination name. |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials)
|
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
Map<String,String> propertiesByName)
Mocks an
RfcDestination for the given parameters. |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
String systemAlias)
Mocks an
RfcDestination by redirecting to an actual ERP system for the given destination name. |
Copyright © 2018 SAP SE. All rights reserved.