org.mobicents.protocols.ss7.map.dialog
Class MAPRefuseInfoImpl
java.lang.Object
org.mobicents.protocols.ss7.map.dialog.MAPRefuseInfoImpl
- All Implemented Interfaces:
- org.mobicents.protocols.ss7.map.api.dialog.MAPRefuseInfo
public class MAPRefuseInfoImpl
- extends java.lang.Object
- implements org.mobicents.protocols.ss7.map.api.dialog.MAPRefuseInfo
MAP-RefuseInfo ::= SEQUENCE {
reason Reason,
...,
extensionContainer ExtensionContainer
-- extensionContainer must not be used in version 2
}
- Author:
- amit bhayani
|
Method Summary |
void |
decode(org.mobicents.protocols.asn.AsnInputStream ais)
|
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOS)
|
org.mobicents.protocols.ss7.map.api.MAPDialog |
getMAPDialog()
|
org.mobicents.protocols.ss7.map.api.dialog.Reason |
getReason()
|
void |
setMAPDialog(org.mobicents.protocols.ss7.map.api.MAPDialog mapDialog)
|
void |
setReason(org.mobicents.protocols.ss7.map.api.dialog.Reason reason)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAP_REFUSE_INFO_TAG
protected static final int MAP_REFUSE_INFO_TAG
- See Also:
- Constant Field Values
REFUSE_TAG_CLASS
protected static final int REFUSE_TAG_CLASS
- See Also:
- Constant Field Values
REFUSE_TAG_PC_CONSTRUCTED
protected static final boolean REFUSE_TAG_PC_CONSTRUCTED
- See Also:
- Constant Field Values
MAPRefuseInfoImpl
public MAPRefuseInfoImpl()
getMAPDialog
public org.mobicents.protocols.ss7.map.api.MAPDialog getMAPDialog()
- Specified by:
getMAPDialog in interface org.mobicents.protocols.ss7.map.api.dialog.MAPRefuseInfo
getReason
public org.mobicents.protocols.ss7.map.api.dialog.Reason getReason()
- Specified by:
getReason in interface org.mobicents.protocols.ss7.map.api.dialog.MAPRefuseInfo
setMAPDialog
public void setMAPDialog(org.mobicents.protocols.ss7.map.api.MAPDialog mapDialog)
- Specified by:
setMAPDialog in interface org.mobicents.protocols.ss7.map.api.dialog.MAPRefuseInfo
setReason
public void setReason(org.mobicents.protocols.ss7.map.api.dialog.Reason reason)
- Specified by:
setReason in interface org.mobicents.protocols.ss7.map.api.dialog.MAPRefuseInfo
decode
public void decode(org.mobicents.protocols.asn.AsnInputStream ais)
throws org.mobicents.protocols.asn.AsnException,
java.io.IOException,
org.mobicents.protocols.ss7.map.api.MAPException
- Throws:
org.mobicents.protocols.asn.AsnException
java.io.IOException
org.mobicents.protocols.ss7.map.api.MAPException
encode
public void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS)
throws java.io.IOException,
org.mobicents.protocols.ss7.map.api.MAPException
- Throws:
java.io.IOException
org.mobicents.protocols.ss7.map.api.MAPException
Copyright © 2010. All Rights Reserved.