Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoader
Packages that use DestinationLoader
- 
Uses of DestinationLoader in com.sap.cloud.sdk.cloudplatform.connectivity
Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement DestinationLoaderModifier and TypeClassDescriptionfinal classDefault implementation of aDestinationLoaderwith convenience methods to addHTTPandRFCdestinations.classImmutable implementation of theDestinationLoaderinterface providing a way to define a chainDestinationLoaders to go through until a destination was found.classRetrieves destination information from the SCP destination service on Cloud Foundry.classDestinationLoaderimplementation reading the destination from an environment variable.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return DestinationLoaderModifier and TypeMethodDescriptionstatic DestinationLoaderDestinationAccessor.getLoader()The loader containing the platform specific logic to retrieve destinations.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationLoaderModifier and TypeMethodDescriptionDestinationLoaderChain.DestinationLoaderChainBuilder.append(DestinationLoader nextLoader) The nextDestinationLoaderto query if the previous loaders did not return anyDestination.static voidDestinationAccessor.appendDestinationLoader(DestinationLoader newLoader) Register anDestinationLoadercreated at runtime.DestinationLoaderChain.builder(DestinationLoader firstLoader) Entry point to build a customDestinationLoaderChain.static voidDestinationAccessor.prependDestinationLoader(DestinationLoader newLoader) Register anDestinationLoadercreated at runtime.static voidDestinationAccessor.setLoader(DestinationLoader loader) Sets the loader to be used for all future method invocations on thisDestinationAccessor.Constructor parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type DestinationLoaderModifierConstructorDescriptionInstantiates aDestinationLoaderChainbased on the given loaders in the order returned byCollection.iterator().