Uses of Class
com.opencloud.slee.resources.cgin.DialogMessageType
-
Packages that use DialogMessageType Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of DialogMessageType in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return DialogMessageType Modifier and Type Method Description DialogMessageType
DialogMessageEvent. getMessageType()
Get the network message type that was received.static DialogMessageType
DialogMessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DialogMessageType[]
DialogMessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.cgin with parameters of type DialogMessageType Constructor Description DialogMessageEvent(Dialog dialog, DialogMessageType messageType, boolean firstResponse, SccpAddress originatingAddress, SccpAddress destinationAddress, boolean hasLayer3OriginatingPointCode, int layer3OriginatingPointCode, boolean hasLayer3DestinationPointCode, int layer3DestinationPointCode, Object[] userInformation, ComponentEvent[] componentEvents)
Construct a new instance from provided parameters.DialogOpenRequestEvent(Dialog dialog, DialogMessageType messageType, SccpAddress originatingAddress, SccpAddress destinationAddress, boolean hasLayer3OriginatingPointCode, int layer3OriginatingPointCode, boolean hasLayer3DestinationPointCode, int layer3DestinationPointCode, Object[] userInformation, ComponentEvent[] componentEvents)
Construct a new Open Request event
-