FileDocCategorySizeDatePackage
SIPMessageListener.javaAPI DocphoneME MR2 API (J2ME)1777Wed May 02 18:00:42 BST 2007gov.nist.siplite.parser

SIPMessageListener

public interface SIPMessageListener implements ParseExceptionListener
Interface that provides methods for processing good and bad messages for the PipelinedMessageParser.
see
PipelinedMsgParser

Fields Summary
Constructors Summary
Methods Summary
public voidhandleIOException()
Called when an IO Exception occurs.

public voidprocessMessage(Message msg)
This is called from the parser on successful message processing.

see
ParseExceptionListener for the method that gets called on parse exception.
param
msg SIP Message structure that is generated by the parser.