gov.nist.javax.sip.parser
Class StringMsgParserFactory
java.lang.Object
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]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringMsgParserFactory
public StringMsgParserFactory()
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.