NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sdp.parser
Class SessionNameFieldParser

java.lang.Object
  extended by gov.nist.core.ParserCore
      extended by gov.nist.javax.sdp.parser.SDPParser
          extended by gov.nist.javax.sdp.parser.SessionNameFieldParser

public class SessionNameFieldParser
extends SDPParser

Version:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.6 $ $Date: 2009/07/17 18:57:17 $
Author:
deruelle

Field Summary
 
Fields inherited from class gov.nist.core.ParserCore
debug
 
Constructor Summary
SessionNameFieldParser(String sessionNameField)
          Creates new SessionNameFieldParser
 
Method Summary
static void main(String[] args)
           
 SDPField parse()
           
 SessionNameField sessionNameField()
          Get the SessionNameField
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionNameFieldParser

public SessionNameFieldParser(String sessionNameField)
Creates new SessionNameFieldParser

Method Detail

sessionNameField

public SessionNameField sessionNameField()
                                  throws ParseException
Get the SessionNameField

Returns:
SessionNameField
Throws:
ParseException

parse

public SDPField parse()
               throws ParseException
Specified by:
parse in class SDPParser
Throws:
ParseException

main

public static void main(String[] args)
                 throws ParseException
Throws:
ParseException

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.