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

gov.nist.javax.sip.parser
Class ParserFactory

java.lang.Object
  extended by gov.nist.javax.sip.parser.ParserFactory

public class ParserFactory
extends Object

A factory class that does a name lookup on a registered parser and returns a header parser for the given name.

Version:
1.2 $Revision: 1.16 $ $Date: 2009/07/17 18:58:01 $
Author:
M. Ranganathan

Constructor Summary
ParserFactory()
           
 
Method Summary
static HeaderParser createParser(String line)
          create a parser for a header.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserFactory

public ParserFactory()
Method Detail

createParser

public static HeaderParser createParser(String line)
                                 throws ParseException
create a parser for a header. This is the parser factory.

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.