NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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:
jean.deruelle@gmail.com

Constructor Summary
StringMsgParserFactory()
           
 
Method Summary
 MessageParser createMessageParser(SIPTransactionStack stack)
          Creates a Message Parser
 
Methods inherited from class java.lang.Object
equals, 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

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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