| Modifier and Type | Method and Description |
|---|---|
AvsResult |
AvsClientMock.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address)
The mock implementation is used for testing purposes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCisClientException
Expected exceptional cases due to invalid requests from a client (e.g.
|
class |
AbstractServiceErrorException
Indicates that the external service responded with an invalid or unexpected result.
|
class |
InternalServerErrorException
Indicates that an internal error occured in CIS.
|
class |
InvalidOrMissingFieldException
Indicates that the request has invalid or missing elements that prevents the request to be fulfilled.
|
class |
NoConfigurationFoundException |
class |
NoSuchServiceException |
class |
NotFoundException
A generic exception if a resource wasn't found (will be translated to a 404).
|
class |
ServiceConfigurationException
Indicates that the service configuration is not valid.
|
class |
ServiceErrorResponseException
Exception thrown when the 3rd party returns an error.
|
class |
ServiceInvalidException
Indicates that the requested service or function is not supported.
|
class |
ServiceNotAuthorizedException
Indicates that the user is not authorized to access the service.
|
class |
ServiceNotAvailableException
Indicates that the requested service is not available.
|
class |
ServiceNotImplementedException
Indicates that the requested service or function is not supported.
|
class |
ServicePreconditionFailedException
A precondition failed which prevented it from fulfilling the request.
|
class |
ServiceRequestException
The 3rd party returned an error due to invalid or missing arguments.
|
class |
ServiceTimeoutException
Indicates that the call to an external service has timed out.
|
class |
UnknownClientErrorException
This Exception is to be used when an unexpected / unreadable exception from the client was thrown.
|
class |
UnreadableServiceRequestException
Exception thrown when the 3rd party service returns a not expected response format (xml parsing issues, or not
expected values) or when there is some IO issue.
|
class |
UnreadableServiceResponseException
Exception thrown when the 3rd party service returns a not expected response format (xml parsing issues, or not
expected values) or when there is some IO issue.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocationResult |
CisClientGeolocationService.getGeolocation(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisLocationRequest location)
Rest client to look up geolocations.
|
AvsResult |
CisClientAvsService.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address)
See
de.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress). |
| Modifier and Type | Method and Description |
|---|---|
GeoLocationResult |
DefaultCisClientGeolocationService.getGeolocation(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisLocationRequest location) |
AvsResult |
DefaultCisClientAvsService.verifyAddress(java.lang.String xCisClientRef,
java.lang.String tenantId,
CisAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.Integer,java.lang.String> |
DefaultCisSubscriptionAuthorizationCommand.extractErrorCodes(AbstractCisServiceException failedExecutionException) |
Copyright © 2018 SAP SE. All Rights Reserved.