|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MAPException | |
|---|---|
| org.mobicents.protocols.ss7.map.api | |
| org.mobicents.protocols.ss7.map.api.service.supplementary | |
| Uses of MAPException in org.mobicents.protocols.ss7.map.api |
|---|
| Methods in org.mobicents.protocols.ss7.map.api that throw MAPException | |
|---|---|
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,
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress origAddress,
AddressString origReference,
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog. |
void |
MAPDialog.send()
This is equivalent of MAP User issuing the MAP_DELIMITER Service Request. |
| Uses of MAPException in org.mobicents.protocols.ss7.map.api.service.supplementary |
|---|
| Methods in org.mobicents.protocols.ss7.map.api.service.supplementary that throw MAPException | |
|---|---|
void |
USSDString.decode()
Decode the byte[] that represents the USSD String. |
void |
USSDString.encode()
Encode the set USSD String. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||