Package com.hybris.cis.client
Interface CisClient
-
- All Known Subinterfaces:
AvsClient,FraudClient,GeolocationClient,PaymentClient,ShippingClient,TaxClient
- All Known Implementing Classes:
AvsClientMock,FraudClientMock,GeolocationClientMock,PaymentClientMock,SharedClientMock,ShippingClientMock,TaxClientMock
public interface CisClientDefines the common clients amongst different services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.hybris.charon.RawResponsedoPing(java.lang.String xCisClientRef, java.lang.String tenantId)Checks if service is functioning and connecting with current credentials.
-
-
-
Method Detail
-
doPing
@HEAD @Produces("application/json") @Path("/ping") com.hybris.charon.RawResponse doPing(@HeaderParam("X-CIS-Client-ref") java.lang.String xCisClientRef, @HeaderParam("X-tenantId") java.lang.String tenantId)Checks if service is functioning and connecting with current credentials.- Parameters:
xCisClientRef- client ref to pass in the headertenantId- tenantId to pass in the header- Returns:
- flag if the service is accessible or not
-
-