org.lastbamboo.common.sdp.parser
Class PhoneFieldParser
java.lang.Object
org.lastbamboo.common.sdp.ParserCore
org.lastbamboo.common.sdp.parser.SDPParser
org.lastbamboo.common.sdp.parser.PhoneFieldParser
public class PhoneFieldParser
- extends SDPParser
Parser for the Phone field.
- Version:
- JAIN-SDP-PUBLIC-RELEASE $Revision: 1.2 $ $Date: 2004/01/22 13:26:28 $
- Author:
- Olivier Deruelle , M. Ranganathan
This code is in the public domain.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneFieldParser
public PhoneFieldParser(String phoneField)
- Creates new PhoneFieldParser
getDisplayName
public String getDisplayName(String rest)
getPhoneNumber
public String getPhoneNumber(String rest)
throws ParseException
- Throws:
ParseException
phoneField
public PhoneField phoneField()
throws ParseException
- Throws:
ParseException
parse
public SDPField parse()
throws ParseException
- Specified by:
parse in class SDPParser
- Throws:
ParseException
Copyright © 2013 LittleShoot. All Rights Reserved.