org.mobicents.protocols.ss7.map.dialog
Class MAPRefuseInfoImpl

java.lang.Object
  extended by 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

Field Summary
protected static int MAP_REFUSE_INFO_TAG
           
protected static int REFUSE_TAG_CLASS
           
protected static boolean REFUSE_TAG_PC_CONSTRUCTED
           
 
Constructor Summary
MAPRefuseInfoImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MAPRefuseInfoImpl

public MAPRefuseInfoImpl()
Method Detail

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.