|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SIPMessageListener
Interface that provides methods for processing good and bad messages for the PipelinedMessageParser.
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 |
---|
void processMessage(SIPMessage msg) throws Exception
msg
- SIP Message structure that is generated by the parser.
Exception
for the method that gets called
on parse exception.
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |