gov.nist.javax.sip.parser
Class StringMsgParserFactory

java.lang.Object
  extended by gov.nist.javax.sip.parser.StringMsgParserFactory
All Implemented Interfaces:
MessageParserFactory

public class StringMsgParserFactory
extends Object
implements MessageParserFactory

Default Mesasge Parser Factory Implementation

Author:
[email protected]

Constructor Summary
StringMsgParserFactory()
           
 
Method Summary
 MessageParser createMessageParser(SIPTransactionStack stack)
          Creates a Message Parser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMsgParserFactory

public StringMsgParserFactory()
Method Detail

createMessageParser

public MessageParser createMessageParser(SIPTransactionStack stack)
Description copied from interface: MessageParserFactory
Creates a Message Parser

Specified by:
createMessageParser in interface MessageParserFactory
Parameters:
stack - the stack if any configuration or runtime information is needed
Returns:
the newly created MessageParser


Copyright © 2012. All Rights Reserved.