Class DefaultCisClientAvsService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected AvsClient getAvsClient()  
      boolean ping​(java.lang.String xCisClientRef, java.lang.String tenantId)
      Checks if service is functioning and connecting with current credentials.
      void setAvsClient​(AvsClient avsClient)  
      AvsResult verifyAddress​(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)
      See de.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultCisClientAvsService

        public DefaultCisClientAvsService()
    • Method Detail

      • ping

        public boolean ping​(java.lang.String xCisClientRef,
                            java.lang.String tenantId)
        Description copied from interface: CisClientService
        Checks if service is functioning and connecting with current credentials.
        Specified by:
        ping in interface CisClientService
        Parameters:
        xCisClientRef - client ref to pass in the header
        tenantId - tenantId to pass in the header
        Returns:
        flag if the service is accessible or not
      • getAvsClient

        protected AvsClient getAvsClient()
      • setAvsClient

        public void setAvsClient​(AvsClient avsClient)