ca.infoway.messagebuilder.util.telephone
Class TelephoneParser

Package class diagram package TelephoneParser
java.lang.Object
  extended by ca.infoway.messagebuilder.util.telephone.TelephoneParser

public class TelephoneParser
extends Object

A utility to parse standard North-American telephone numbers.

Author:
Intelliware Development

Constructor Summary
TelephoneParser()
           
 
Method Summary
 Telephone createTelephone(String telephoneNumber)
          Parse a string representation of a telephone into an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelephoneParser

public TelephoneParser()
Method Detail

createTelephone

public Telephone createTelephone(String telephoneNumber)

Parse a string representation of a telephone into an object.

Parameters:
telephoneNumber - - the string representation of the telephone.
Returns:
- the telephone number as a parsed object.


Copyright © 2013. All Rights Reserved.