Package com.opencloud.sip.biggroup
Interface ForkSuccessEvent
-
public interface ForkSuccessEventFired on aForkActivitywhen the winning 2xx response is selected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkActivitygetActivity()net.java.slee.resource.sip.DialogActivitygetDialog()Get the dialog activity that was created by this 2xx response.javax.sip.message.ResponsegetOKResponse()
-
-
-
Method Detail
-
getOKResponse
javax.sip.message.Response getOKResponse()
- Returns:
-
getDialog
net.java.slee.resource.sip.DialogActivity getDialog() throws javax.sip.SipExceptionGet the dialog activity that was created by this 2xx response. When called for the first time, a new dialog activity is started (and replicated, if enabled) in the SLEE- Returns:
- Throws:
javax.sip.SipException- if the RA was unable to create the dialog state
-
getActivity
ForkActivity getActivity()
-
-