org.mobicents.slee.service.callcontrol
Class CallControlSbb.BeforeCalleeConfirmedState
java.lang.Object
org.mobicents.slee.service.common.SimpleCallFlowResponseState
org.mobicents.slee.service.callcontrol.CallControlSbb.BeforeCalleeConfirmedState
- All Implemented Interfaces:
- SimpleCallFlowState
- Direct Known Subclasses:
- CallControlSbb.CalleeRingingState, CallControlSbb.CalleeTryingState, CallControlSbb.InitialState
- Enclosing class:
- CallControlSbb
public abstract class CallControlSbb.BeforeCalleeConfirmedState
- extends SimpleCallFlowResponseState
|
Method Summary |
abstract void |
execute(javax.sip.ResponseEvent event)
|
void |
handleAuthentication(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
|
void |
handleDecline(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
|
void |
handleOK(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
|
void |
handleRinging(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
|
void |
handleTrying(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallControlSbb.BeforeCalleeConfirmedState
public CallControlSbb.BeforeCalleeConfirmedState()
handleTrying
public void handleTrying(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
handleRinging
public void handleRinging(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
handleOK
public void handleOK(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
handleDecline
public void handleDecline(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
handleAuthentication
public void handleAuthentication(java.lang.String calleeCallId,
javax.sip.ResponseEvent event)
execute
public abstract void execute(javax.sip.ResponseEvent event)
- Specified by:
execute in interface SimpleCallFlowState- Specified by:
execute in class SimpleCallFlowResponseState
Copyright © 2010. All Rights Reserved.