oracle.panama.rt.hook
Interface NormalizeAddressHook
- public interface NormalizeAddressHook
This interface represents the plug in module for normalizing addresses.
For example, for EMAIL delivery type the normalized form of the address can
be all lower case.
The model lookup methods do look up based on the normalized address. And the
transport modules use the normalized address to send alerts, async messages.
getNormalizedAddress
public java.lang.String getNormalizedAddress(DeliveryType deliveryType,
java.lang.String address)
- Parameters:
deliveryType
- the delivery typeaddress
- the address- Returns:
- the normalized address