Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
Package
Description
-
Uses of DestinationAccessException in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionorg.apache.http.client.HttpClient
AbstractHttpClientFactory.createHttpClient
(HttpDestinationProperties destination) org.apache.hc.client5.http.classic.HttpClient
ApacheHttpClient5Factory.createHttpClient
(HttpDestinationProperties destination) Creates anHttpClient
based on the givenHttpDestinationProperties
.org.apache.http.client.HttpClient
HttpClientFactory.createHttpClient
(HttpDestinationProperties destination) Creates anHttpClient
based on the givenHttpDestinationProperties
.protected <T> T
DefaultOAuth2PropertySupplier.getCredentialOrThrow
(Class<T> resultType, String... path) Obtain an entry from the credentials block of the service binding.static Destination
DestinationAccessor.getDestination
(String destinationName) Loads the destination with the given name.default HttpDestination
ServiceBindingDestinationLoader.getDestination
(ServiceBindingDestinationOptions options) Tries to transform the givenoptions
into anHttpDestination
.static org.apache.hc.client5.http.classic.HttpClient
ApacheHttpClient5Accessor.getHttpClient
(Destination destination) Returns anHttpClient
for the givenDestination
.static org.apache.hc.client5.http.classic.HttpClient
ApacheHttpClient5Accessor.getHttpClient
(HttpDestinationProperties destination) Returns anHttpClient
for the givenDestination
.static org.apache.http.client.HttpClient
HttpClientAccessor.getHttpClient
(Destination destination) Returns anHttpClient
for the givenDestination
.static org.apache.http.client.HttpClient
HttpClientAccessor.getHttpClient
(HttpDestinationProperties destination) Returns anHttpClient
for the givenDestination
.protected <T> T
DefaultOAuth2PropertySupplier.getOAuthCredentialOrThrow
(Class<T> resultType, String... path) Obtain an oauth property from the credentials block of the service binding. -
Uses of DestinationAccessException in com.sap.cloud.sdk.cloudplatform.connectivity.exception
Modifier and TypeClassDescriptionclass
This exception is thrown, when the authentication failed because of problems in OAuth.class
This exception is thrown if destination URI paths cannot be merged.class
This exception is thrown if aDestinationType
is not supported by a method. -
Uses of DestinationAccessException in com.sap.cloud.sdk.s4hana.connectivity
Modifier and TypeMethodDescriptionErpHttpRequestExecutor.execute
(HttpDestination destination, SerializedRequest<RequestT> serializedRequest) Deprecated.Executes the givenserializedRequest
as aHttpUriRequest
, returning the body of theHttpResponse
received.ErpHttpRequestExecutor.execute
(HttpDestination destination, RequestT request, RequestSerializer<RequestT, RequestResultT> requestSerializer) Deprecated.Serializes the given request, executes it, and the deserializes the response.abstract RequestResultT
Request.execute
(Destination destination) Deprecated.Executes a given request using the givenDestination
.RequestExecutor.execute
(Destination destination, RequestT request) Deprecated.Executes a request against an SAP S/4HANA system. -
Uses of DestinationAccessException in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeMethodDescriptionBapiRequest.execute
(Destination destination) Deprecated.RfmRequest.execute
(Destination destination) Deprecated.