org.mobicents.protocols.mgcp.parser
Class MgcpMessageParser

java.lang.Object
  extended by org.mobicents.protocols.mgcp.parser.MgcpMessageParser

public class MgcpMessageParser
extends Object

Provides processing of the MGCP message.

Author:
Oleg Kulikov, Pavel Mitrenko

Constructor Summary
MgcpMessageParser(MgcpContentHandler contentHandler)
          Creates a new instance of MgcpMessageParser
 
Method Summary
 void parse(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgcpMessageParser

public MgcpMessageParser(MgcpContentHandler contentHandler)
Creates a new instance of MgcpMessageParser

Method Detail

parse

public void parse(String message)
           throws IOException,
                  ParseException
Throws:
IOException
ParseException


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.