org.mobicents.mgcp.stack.parser
Class MgcpMessageParser

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

public class MgcpMessageParser
extends java.lang.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(java.lang.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(java.lang.String message)
           throws java.io.IOException,
                  java.text.ParseException
Throws:
java.io.IOException
java.text.ParseException


Copyright © 2008. All Rights Reserved.