public class CallAnalysisInterceptor extends Object implements SIPEventInterceptor
| Constructor and Description |
|---|
CallAnalysisInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterMessage(Message message)
This message is called after the message has been processed by JAIN SIP
|
void |
beforeMessage(Message message)
This method is called immediately after a SIP message has been parsed and before it is processed
in the JAIN SIP pipeline.
|
void |
destroy()
This method is called when the interceptor is about to be destroyed.
|
void |
init(SipStack stack)
This method is called when the interceptor is initialized.
|
public void afterMessage(Message message)
SIPEventInterceptorafterMessage in interface SIPEventInterceptorpublic void beforeMessage(Message message)
SIPEventInterceptorbeforeMessage in interface SIPEventInterceptorpublic void destroy()
SIPEventInterceptordestroy in interface SIPEventInterceptorpublic void init(SipStack stack)
SIPEventInterceptorinit in interface SIPEventInterceptorCopyright © 2014. All Rights Reserved.