| Package | Description |
|---|---|
| org.mobicents.protocols.ss7.map.api | |
| org.mobicents.protocols.ss7.map.api.dialog |
| Modifier and Type | Method and Description |
|---|---|
MAPDialog |
MAPProvider.createNewDialog(MAPApplicationContext appCntx,
SccpAddress origAddress,
AddressString origReference,
SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog.
|
MAPDialog |
MAPMessage.getMAPDialog() |
MAPDialog |
MAPProvider.getMAPDialog(java.lang.Long dialogId)
Get
MAPDialog corresponding to passed dialogId |
| Modifier and Type | Method and Description |
|---|---|
void |
MAPMessage.setMAPDialog(MAPDialog mapDialog) |
| Modifier and Type | Method and Description |
|---|---|
MAPDialog |
MAPAcceptInfo.getMAPDialog() |
MAPDialog |
MAPOpenInfo.getMAPDialog()
Get the
MAPDialog for which this event is fired |
MAPDialog |
MAPUserAbortInfo.getMAPDialog()
Get the
MAPDialog for which this event is fired |
MAPDialog |
MAPRefuseInfo.getMAPDialog() |
MAPDialog |
MAPCloseInfo.getMAPDialog()
Get the
MAPDialog for which this event is fired |
MAPDialog |
MAPProviderAbortInfo.getMAPDialog()
Get the
MAPDialog for which this event is fired |
| Modifier and Type | Method and Description |
|---|---|
void |
MAPAcceptInfo.setMAPDialog(MAPDialog mapDialog) |
void |
MAPOpenInfo.setMAPDialog(MAPDialog mapDialog)
Set the
MAPDialog |
void |
MAPUserAbortInfo.setMAPDialog(MAPDialog mapDialog)
Set the
MAPDialog |
void |
MAPRefuseInfo.setMAPDialog(MAPDialog mapDialog) |
void |
MAPCloseInfo.setMAPDialog(MAPDialog mapDialog)
Set the
MAPDialog |
void |
MAPProviderAbortInfo.setMAPDialog(MAPDialog mapDialog)
Set the
MAPDialog |
Copyright © 2011. All Rights Reserved.