Oracle Application Server Wireless Java API Reference
B10400-01

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.


Method Summary
 java.lang.String getNormalizedAddress(DeliveryType deliveryType, java.lang.String address)
           

 

Method Detail

getNormalizedAddress

public java.lang.String getNormalizedAddress(DeliveryType deliveryType,
                                             java.lang.String address)
Parameters:
deliveryType - the delivery type
address - the address
Returns:
the normalized address

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.