| Package | Description |
|---|---|
| org.mobicents.protocols.ss7.map.api | |
| org.mobicents.protocols.ss7.map.api.service.supplementary |
| Modifier and Type | Method and Description |
|---|---|
void |
MAPDialog.abort(MAPUserAbortChoice mapUserAbortChoice)
This is equivalent to MAP User issuing the MAP_U_ABORT Service Request.
|
void |
MAPDialog.addProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString,
AddressString msisdn)
Add's a new Process Unstructured SS Request as Component.
|
void |
MAPDialog.addProcessUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
Add's a new ProcessUnstructured SS Response as Component.
|
void |
MAPDialog.addUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString)
Add's a new Unstructured SS Request
|
void |
MAPDialog.addUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
Add's a new Unstructured SS Response
|
void |
MAPDialog.close(boolean prearrangedEnd)
This is equivalent of MAP User issuing the MAP_CLOSE Service Request.
|
MAPDialog |
MAPProvider.createNewDialog(MAPApplicationContext appCntx,
SccpAddress origAddress,
AddressString origReference,
SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog.
|
void |
MAPDialog.send()
This is equivalent of MAP User issuing the MAP_DELIMITER Service Request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
USSDString.decode()
Decode the byte[] that represents the USSD String.
|
void |
USSDString.encode()
Encode the set USSD String.
|
Copyright © 2011. All Rights Reserved.