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

gov.nist.javax.sip.parser
Interface SIPMessageListener

All Superinterfaces:
ParseExceptionListener
All Known Implementing Classes:
TCPMessageChannel, TLSMessageChannel

public interface SIPMessageListener
extends ParseExceptionListener

Interface that provides methods for processing good and bad messages for the PipelinedMessageParser.

Version:
1.2 $Revision: 1.8 $ $Date: 2009/07/17 18:58:04 $
See Also:
PipelinedMsgParser

Method Summary
 void processMessage(SIPMessage msg)
          This is called from the parser on successful message processing.
 
Methods inherited from interface gov.nist.javax.sip.parser.ParseExceptionListener
handleException
 

Method Detail

processMessage

void processMessage(SIPMessage msg)
                    throws Exception
This is called from the parser on successful message processing.

Parameters:
msg - SIP Message structure that is generated by the parser.
Throws:
Exception
See Also:
for the method that gets called on parse exception.

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.