|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventReason
EventReason
interface is used by applications to get the cause of the event. This is usually available when a party reject the call. Applications would use CommunicationContext.getContextElement
method to get an instance of EventReason
.
CommunicationContext
Method Summary | |
---|---|
ReasonData |
createReasonData(Reason reasonType) Create a ReasonData with specified Reason type and add it into this EventReason. |
List<ReasonData> |
getReasonData() Set of ReasonData for this event. |
List<WarningData> |
getWarningData() Set of WarningData for this event. |
Methods inherited from interface com.oracle.sft.api.ContextElement |
---|
isUpdatable |
Method Detail |
---|
List<ReasonData> getReasonData()
ReasonData
for this event. In most of the cases this returns only one ReasonData. However, some events might have more than Reason associated with it. Please REFER to RFC 3326 for Reason header in SIP.ReasonData
.ReasonData createReasonData(Reason reasonType)
ReasonData
with specified Reason type and add it into this EventReason.reasonType
-List<WarningData> getWarningData()
WarningData
for this event. Please REFER to RFC 3261 for Warning header in SIP.WarningData
.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.