Interface Downcall
-
public interface Downcall
Interceptor extension component event type describing a complete TCAP-delimitered package of operations sent towards the network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialogPrimitive
getDialogPrimitive()
Get the dialog primitive associated with the operations.Operation[]
getOperations()
Get the list of operations sent.
-
-
-
Method Detail
-
getOperations
Operation[] getOperations()
Get the list of operations sent.- Returns:
- the operations.
-
getDialogPrimitive
DialogPrimitive getDialogPrimitive()
Get the dialog primitive associated with the operations.- Returns:
- the dialog primitive.
- Since:
- SIS 2.5.1.
-
-