Uses of Class
com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationUserErrorTcapComponent
-
Packages that use TCOperationUserErrorTcapComponent Package Description com.opencloud.sentinel.ipsmgw.eventmanager The feature visible interface to the TCAP leg manager.com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage Library of TCAP message objects. -
-
Uses of TCOperationUserErrorTcapComponent in com.opencloud.sentinel.ipsmgw.eventmanager
Methods in com.opencloud.sentinel.ipsmgw.eventmanager with parameters of type TCOperationUserErrorTcapComponent Modifier and Type Method Description void
TcapLeg. sendError(TCOperationUserErrorTcapComponent<?> error)
Issue a user error response for an invoked operation on the dialog associated with this leg. -
Uses of TCOperationUserErrorTcapComponent in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage
Methods in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage that return TCOperationUserErrorTcapComponent Modifier and Type Method Description TCOperationUserErrorTcapComponent<?>
TcapComponent. asTcOperationUserError()
TCOperationUserErrorTcapComponent<?>
TCOperationTcapComponent. asTcOperationUserError()
Constructors in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage with parameters of type TCOperationUserErrorTcapComponent Constructor Description TCOperationUserErrorTcapComponent(TCOperationUserErrorTcapComponent<ParamType> toCopy)
-