Uses of Class
de.hybris.platform.apiregistryservices.exceptions.DestinationNotFoundException
-
Packages that use DestinationNotFoundException Package Description de.hybris.platform.apiregistryservices.services de.hybris.platform.apiregistryservices.services.impl -
-
Uses of DestinationNotFoundException in de.hybris.platform.apiregistryservices.services
Methods in de.hybris.platform.apiregistryservices.services that throw DestinationNotFoundException Modifier and Type Method Description void
DestinationService. testDestinationUrl(ConsumedDestinationModel consumedDestination)
Testing the consumed destination url -
Uses of DestinationNotFoundException in de.hybris.platform.apiregistryservices.services.impl
Methods in de.hybris.platform.apiregistryservices.services.impl that throw DestinationNotFoundException Modifier and Type Method Description void
DefaultDestinationServiceTest. pingConsumedDestinationUrlInternalServerException()
void
DefaultDestinationServiceTest. pingConsumedDestinationUrlNotFoundTest()
void
DefaultDestinationServiceTest. pingConsumedDestinationUrlSuccess()
void
DefaultDestinationServiceTest. pingConsumedDestinationUrlTimedOut()
void
DefaultDestinationService. testDestinationUrl(ConsumedDestinationModel consumedDestination)
-