org.lastbamboo.common.sdp.parser
Class EmailFieldParser
java.lang.Object
org.lastbamboo.common.sdp.ParserCore
org.lastbamboo.common.sdp.parser.SDPParser
org.lastbamboo.common.sdp.parser.EmailFieldParser
public class EmailFieldParser
- extends SDPParser
Parser for Email Field
- Version:
- JAIN-SDP-PUBLIC-RELEASE $Revision: 1.3 $ $Date: 2004/12/13 15:01:39 $
- 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 |
EmailFieldParser
public EmailFieldParser(String emailField)
- Creates new EmailFieldParser
getDisplayName
public String getDisplayName(String rest)
getEmail
public Email getEmail(String rest)
emailField
public EmailField emailField()
throws ParseException
- Throws:
ParseException
parse
public SDPField parse()
throws ParseException
- Specified by:
parse in class SDPParser
- Throws:
ParseException
Copyright © 2013 LittleShoot. All Rights Reserved.