NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.parser
Interface SIPMessageListener

All Superinterfaces:
ParseExceptionListener
All Known Implementing Classes:
TCPMessageChannel

public interface SIPMessageListener
extends ParseExceptionListener

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

See Also:
PipelinedMsgParser

Method Summary
 void processMessage(gov.nist.javax.sip.message.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

public void processMessage(gov.nist.javax.sip.message.SIPMessage msg)
This is called from the parser on successful message processing.

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

NIST SIP Parser and Stack (v1.2) API

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