org.mobicents.protocols.ss7.map.dialog
public class MAPRefuseInfoImpl extends java.lang.Object implements MAPRefuseInfo
| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAP_REFUSE_INFO_TAG |
protected static int |
REFUSE_TAG_CLASS |
protected static boolean |
REFUSE_TAG_PC_CONSTRUCTED |
| Constructor and Description |
|---|
MAPRefuseInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.mobicents.protocols.asn.AsnInputStream ais) |
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOS) |
MAPDialog |
getMAPDialog() |
Reason |
getReason() |
void |
setMAPDialog(MAPDialog mapDialog) |
void |
setReason(Reason reason) |
protected static final int MAP_REFUSE_INFO_TAG
protected static final int REFUSE_TAG_CLASS
protected static final boolean REFUSE_TAG_PC_CONSTRUCTED
public MAPDialog getMAPDialog()
getMAPDialog in interface MAPRefuseInfopublic Reason getReason()
getReason in interface MAPRefuseInfopublic void setMAPDialog(MAPDialog mapDialog)
setMAPDialog in interface MAPRefuseInfopublic void setReason(Reason reason)
setReason in interface MAPRefuseInfopublic void decode(org.mobicents.protocols.asn.AsnInputStream ais) throws org.mobicents.protocols.asn.AsnException, java.io.IOException, MAPException
org.mobicents.protocols.asn.AsnExceptionjava.io.IOExceptionMAPExceptionpublic void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS) throws java.io.IOException, MAPException
java.io.IOExceptionMAPExceptionCopyright © 2011. All Rights Reserved.