public interface AddrValidationInterface
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Determines whether the module is available
|
AddrValidationResultIf |
validateAddress(AddressIf addr)
Called to validate an address
|
AddrValidationResultIf validateAddress(AddressIf addr) throws java.lang.Exception
addr
- the addrjava.lang.Exception
- an unexpected exceptionboolean isAvailable() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.