org.lastbamboo.common.sdp.parser
Class ParserFactory

java.lang.Object
  extended by org.lastbamboo.common.sdp.parser.ParserFactory

public class ParserFactory
extends Object

Factory for creating parsers for the SDP stuff.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Constructor Summary
ParserFactory()
           
 
Method Summary
static SDPParser createParser(String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserFactory

public ParserFactory()
Method Detail

createParser

public static SDPParser createParser(String field)
                              throws ParseException
Throws:
ParseException


Copyright © 2013 LittleShoot. All Rights Reserved.