Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.cloudplatform.connectivity.exception |
Modifier and Type | Field and Description |
---|---|
static DestinationType |
DestinationType.HTTP |
static DestinationType |
DestinationType.LDAP |
static DestinationType |
DestinationType.MAIL |
static DestinationType |
DestinationType.RFC |
Modifier and Type | Method and Description |
---|---|
DestinationType |
GenericDestination.getDestinationType() |
DestinationType |
ScpCfRfcDestination.getDestinationType() |
DestinationType |
ScpCfDestination.getDestinationType() |
DestinationType |
ScpCfGenericDestination.getDestinationType() |
DestinationType |
ScpNeoGenericDestination.getDestinationType() |
DestinationType |
ScpNeoRfcDestination.getDestinationType() |
DestinationType |
ScpNeoDestination.getDestinationType() |
DestinationType |
AbstractDestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
static DestinationType |
DestinationAccessor.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
DestinationType |
DestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
Modifier and Type | Method and Description |
---|---|
DestinationType |
DestinationTypeNotSupportedException.getDestinationType() |
Constructor and Description |
---|
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType) |
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType,
String message) |
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType,
String message,
Throwable cause) |
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType,
Throwable cause) |
Copyright © 2017 SAP SE. All rights reserved.