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

gov.nist.javax.sdp.parser
Class ConnectionFieldParser

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

public class ConnectionFieldParser
extends SDPParser

Parser for Connection Field.

Version:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.5 $ $Date: 2009/07/17 18:57:15 $
Author:
Olivier Deruelle, M. Ranganathan

Field Summary
 
Fields inherited from class gov.nist.core.ParserCore
debug
 
Constructor Summary
ConnectionFieldParser(String connectionField)
          Creates new ConnectionFieldParser
 
Method Summary
 ConnectionAddress connectionAddress(String address)
           
 ConnectionField connectionField()
           
 SDPField parse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFieldParser

public ConnectionFieldParser(String connectionField)
Creates new ConnectionFieldParser

Method Detail

connectionAddress

public ConnectionAddress connectionAddress(String address)

connectionField

public ConnectionField connectionField()
                                throws ParseException
Throws:
ParseException

parse

public SDPField parse()
               throws ParseException
Specified by:
parse in class SDPParser
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.