Home
last modified time | relevance | path

Searched refs:parseExceptionListener (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DStringMsgParser.java76 private ParseExceptionListener parseExceptionListener; field in StringMsgParser
99 parseExceptionListener = exhandler; in StringMsgParser()
110 parseExceptionListener = pexhandler; in setParseExceptionListener()
366 if (this.parseExceptionListener != null) in processFirstLine()
367 this.parseExceptionListener.handleException(ex, message, in processFirstLine()
379 if (this.parseExceptionListener != null) { in processFirstLine()
380 this.parseExceptionListener.handleException(ex, message, in processFirstLine()
398 this.parseExceptionListener.handleException(ex, message, null, in processHeader()
407 if (this.parseExceptionListener != null) { in processHeader()
414 this.parseExceptionListener.handleException(ex, message, in processHeader()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java706 ParseExceptionListener parseExceptionListener = new ParseExceptionListener() { in createRequest() local
733 smp.setParseExceptionListener(parseExceptionListener); in createRequest()