org.lastbamboo.common.sdp.parser
Class RepeatFieldParser
java.lang.Object
org.lastbamboo.common.sdp.ParserCore
org.lastbamboo.common.sdp.parser.SDPParser
org.lastbamboo.common.sdp.parser.RepeatFieldParser
public class RepeatFieldParser
- extends SDPParser
Parser for Repeat field.
- Version:
- JAIN-SIP-1.1
- 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 |
RepeatFieldParser
public RepeatFieldParser(String repeatField)
- Creates new RepeatFieldsParser
getTypedTime
public TypedTime getTypedTime(String tokenValue)
- Get the typed time
- Parameters:
String - tokenValue to set
- Returns:
- TypedTime
repeatField
public RepeatField repeatField()
throws ParseException
- parse the field string
- Returns:
- RepeatFields
- Throws:
ParseException
parse
public SDPField parse()
throws ParseException
- Specified by:
parse in class SDPParser
- Throws:
ParseException
Copyright © 2013 LittleShoot. All Rights Reserved.