|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MAPDialog
| Method Summary | |
|---|---|
void |
abort(MAPUserAbortChoice mapUserAbortChoice)
This is equivalent to MAP User issuing the MAP_U_ABORT Service Request. |
void |
addProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString,
AddressString msisdn)
Add's a new Process Unstructured SS Request as Component. |
void |
addProcessUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
Add's a new ProcessUnstructured SS Response as Component. |
void |
addUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString)
Add's a new Unstructured SS Request |
void |
addUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
Add's a new Unstructured SS Response |
void |
close(boolean prearrangedEnd)
This is equivalent of MAP User issuing the MAP_CLOSE Service Request. |
java.lang.Long |
getDialogId()
Returns this Dialog's ID. |
void |
send()
This is equivalent of MAP User issuing the MAP_DELIMITER Service Request. |
| Method Detail |
|---|
java.lang.Long getDialogId()
org.mobicents.protocols.ss7.tcap.api.tc.dialog.Dialog
void send()
throws MAPException
MAPException
void close(boolean prearrangedEnd)
throws MAPException
prearrangedEnd -
MAPException
void abort(MAPUserAbortChoice mapUserAbortChoice)
throws MAPException
userReason -
MAPException
void addProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString,
AddressString msisdn)
throws MAPException
ussdDataCodingScheme - The Data Coding Scheme for this USSD String as defined in GSM
03.38ussdString - Ussd Stringmsisdn - The MSISDN in AddressString format. This is optional
MAPException
void addProcessUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
throws MAPException
invokeId - The original invoke ID retrieved from
ProcessUnstructuredSSIndicationlastResult - Specify if this Result is last - true, or there would be
follow-up results - falseussdDataCodingScheme - The Data Coding Scheme for this USSD String as defined in GSM
03.38ussdString - Ussd String USSDString
MAPException
void addUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString)
throws MAPException
ussdDataCodingScheme - The Data Coding Scheme for this USSD String as defined in GSM
03.38ussdString - Ussd String USSDString
MAPException
void addUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
throws MAPException
invokeId - The original invoke ID retrieved from
UnstructuredSSIndicationlastResult - Specify if this Result is last - true, or there would be
follow-up results - falseussdDataCodingScheme - The Data Coding Scheme for this USSD String as defined in GSM
03.38ussdString - Ussd String USSDString
MAPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||