Package com.skava.address.strategy
Interface PhysicalAddressValidationServiceStrategy
- All Known Implementing Classes:
DefaultPhysicalAddressValidationStrategyImpl
public interface PhysicalAddressValidationServiceStrategy
This class provide default physical address validation strategy implementation
It will validate email address.
-
Method Summary
-
Method Details
-
isValid
isValid Checks whether the given physical address is valid or not.- Parameters:
addressDO
- The address domain objectcollectionId
- The collection identitylocale
- The locale for processing- Returns:
- true, if address is valid false, if the address is invalid
-
validateAddress
-