gov.nist.javax.sip.parser
Interface MessageParserFactory
- All Known Implementing Classes:
- StringMsgParserFactory
public interface MessageParserFactory
Factory used to create message parser instances on behalf of the stack
which are created when a new message comes from the network and is processed by the stack.
This allows to plug other implementations of MessageParser than the ones
provided by default with the jain sip stack
- Author:
- jean.deruelle@gmail.com
createMessageParser
MessageParser createMessageParser(SIPTransactionStack stack)
- Creates a Message Parser
- Parameters:
stack - the stack if any configuration or runtime information is needed
- Returns:
- the newly created MessageParser
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.