|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that provides methods for processing good and bad messages for the PipelinedMessageParser.
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 |
public void processMessage(gov.nist.javax.sip.message.SIPMessage msg)
msg
- SIP Message structure that is generated by the parser.for the method that gets called
on parse exception.
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |