org.opennms.sms.phonebook
Interface Phonebook

All Known Implementing Classes:
PropertyPhonebook

public interface Phonebook

Phonebook interface.

Version:
$Id: $
Author:
ranger

Method Summary
 String getTargetForAddress(String address)
          Get an SMS message target given an IP address.
 

Method Detail

getTargetForAddress

String getTargetForAddress(String address)
                           throws PhonebookException
Get an SMS message target given an IP address.

Parameters:
address - the IP address
Returns:
a string representing the SMS "to" (usually a phone number or SMS email address)
Throws:
@{link - PhonebookException}
PhonebookException - if any.


Copyright © 2011. All Rights Reserved.