org.mobicents.protocols.ss7.map.dialog
Class MAPRefuseInfoImpl
java.lang.Object
org.mobicents.protocols.ss7.map.dialog.MAPRefuseInfoImpl
- All Implemented Interfaces:
- MAPRefuseInfo
public class MAPRefuseInfoImpl
- extends java.lang.Object
- implements MAPRefuseInfo
MAP-RefuseInfo ::= SEQUENCE {
reason Reason,
...,
extensionContainer ExtensionContainer
-- extensionContainer must not be used in version 2
}
- Author:
- amit bhayani
| 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 MAPDialog getMAPDialog()
- Specified by:
getMAPDialog in interface MAPRefuseInfo
getReason
public Reason getReason()
- Specified by:
getReason in interface MAPRefuseInfo
setMAPDialog
public void setMAPDialog(MAPDialog mapDialog)
- Specified by:
setMAPDialog in interface MAPRefuseInfo
setReason
public void setReason(Reason reason)
- Specified by:
setReason in interface MAPRefuseInfo
decode
public void decode(org.mobicents.protocols.asn.AsnInputStream ais)
throws org.mobicents.protocols.asn.AsnException,
java.io.IOException,
MAPException
- Throws:
org.mobicents.protocols.asn.AsnException
java.io.IOException
MAPException
encode
public void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS)
throws java.io.IOException,
MAPException
- Throws:
java.io.IOException
MAPException
Copyright © 2011. All Rights Reserved.