Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Interface and Description |
---|---|
interface |
Destination
Interface representing an HTTP destination.
|
interface |
RfcDestination
Interface representing an RFC destination that allows to connect to an ERP via the SAP Java Connector (JCo).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDestination
Abstract base class based on
AbstractGenericDestination implementing the Destination interface. |
class |
AbstractGenericDestination
A basic implementation of the
GenericDestination interface, offering a default toString method as
well as handling of the map behind AbstractGenericDestination.getPropertiesByName() . |
class |
AbstractRfcDestination
Abstract base class based on
AbstractGenericDestination implementing the RfcDestination interface. |
class |
ScpCfDestination
Implementation of
Destination on SAP Cloud Platform Cloud Foundry. |
class |
ScpCfGenericDestination
A CloudFoundry specific generic destination.
|
class |
ScpCfRfcDestination
A destination specifically in use for the RFC destination type.
|
class |
ScpNeoDestination
Destination used with the Neo platform.
|
class |
ScpNeoGenericDestination
A CloudFoundry specific generic destination.
|
class |
ScpNeoRfcDestination
A destination specifically in use for the RFC destination type.
|
Modifier and Type | Method and Description |
---|---|
protected <DestinationT extends GenericDestination> |
AbstractDestinationFacade.getDestinationsForType(DestinationType destinationType) |
Modifier and Type | Method and Description |
---|---|
GenericDestination |
AbstractDestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
static GenericDestination |
DestinationAccessor.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
GenericDestination |
DestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
GenericDestination |
ScpNeoDestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,GenericDestination> |
AbstractDestinationFacade.getDestinationsFromEnvironmentVariable(com.sap.cloud.sdk.cloudplatform.connectivity.DestinationFactory destinationFactory) |
Class<? extends GenericDestination> |
DestinationFacade.getGenericDestinationClass()
Returns the platform-specific implementation class of
GenericDestination . |
Class<? extends GenericDestination> |
ScpCfDestinationFacade.getGenericDestinationClass()
Returns the platform-specific implementation class of
GenericDestination . |
Class<? extends GenericDestination> |
ScpNeoDestinationFacade.getGenericDestinationClass()
Returns the platform-specific implementation class of
GenericDestination . |
static Map<String,GenericDestination> |
DestinationAccessor.getGenericDestinationsByName()
Returns all known destinations by their names, irrespective of their type.
|
Map<String,GenericDestination> |
DestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
Map<String,GenericDestination> |
ScpCfDestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
Map<String,GenericDestination> |
ScpNeoDestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDestinationFacade.assertDestinationType(GenericDestination destination,
DestinationType expectedType) |
Modifier and Type | Method and Description |
---|---|
GenericDestination |
MockUtil.mockGenericDestination(DestinationType destinationType,
String destinationName,
Map<String,String> propertiesByName)
Mocks an
GenericDestination for the given parameters. |
GenericDestination |
MockUtil.mockGenericDestination(MockGenericDestination destination)
Mocks an
GenericDestination for the given MockGenericDestination . |
Copyright © 2018 SAP SE. All rights reserved.