NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.parser
Class ParserFactory

java.lang.Object
  |
  +--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:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

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.

ParseException

NIST SIP Parser and Stack (v1.2) API

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