org.mobicents.protocols.ss7.map
public class MAPDialogImpl extends java.lang.Object implements MAPDialog
| Modifier | Constructor and Description |
|---|---|
protected |
MAPDialogImpl(MAPApplicationContext appCntx,
Dialog tcapDialog,
MAPProviderImpl mapProviderImpl) |
protected |
MAPDialogImpl(MAPApplicationContext appCntx,
Dialog tcapDialog,
MAPProviderImpl mapProviderImpl,
AddressString origReference,
AddressString destReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort(MAPUserAbortChoice mapUserAbortChoice) |
void |
addProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString,
AddressString msisdn) |
void |
addProcessUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString) |
void |
addUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString) |
void |
addUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString) |
void |
close(boolean prearrangedEnd) |
MAPApplicationContext |
getAppCntx() |
java.lang.Long |
getDialogId() |
boolean |
isMapAcceptInfoFired() |
void |
send() |
void |
setMapAcceptInfoFired(boolean mapAcceptInfoFired) |
protected MAPDialogImpl(MAPApplicationContext appCntx, Dialog tcapDialog, MAPProviderImpl mapProviderImpl)
protected MAPDialogImpl(MAPApplicationContext appCntx, Dialog tcapDialog, MAPProviderImpl mapProviderImpl, AddressString origReference, AddressString destReference)
public java.lang.Long getDialogId()
getDialogId in interface MAPDialogpublic void abort(MAPUserAbortChoice mapUserAbortChoice) throws MAPException
abort in interface MAPDialogMAPExceptionpublic void close(boolean prearrangedEnd)
throws MAPException
close in interface MAPDialogMAPExceptionpublic void send()
throws MAPException
send in interface MAPDialogMAPExceptionpublic void addProcessUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString,
AddressString msisdn)
throws MAPException
addProcessUnstructuredSSRequest in interface MAPDialogMAPExceptionpublic void addProcessUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
throws MAPException
addProcessUnstructuredSSResponse in interface MAPDialogMAPExceptionpublic void addUnstructuredSSRequest(byte ussdDataCodingScheme,
USSDString ussdString)
throws MAPException
addUnstructuredSSRequest in interface MAPDialogMAPExceptionpublic void addUnstructuredSSResponse(long invokeId,
boolean lastResult,
byte ussdDataCodingScheme,
USSDString ussdString)
throws MAPException
addUnstructuredSSResponse in interface MAPDialogMAPExceptionpublic MAPApplicationContext getAppCntx()
public boolean isMapAcceptInfoFired()
public void setMapAcceptInfoFired(boolean mapAcceptInfoFired)
Copyright © 2011. All Rights Reserved.