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

java.lang.Object
  extended by org.mobicents.protocols.ss7.map.dialog.MAPUserAbortInfoImpl
All Implemented Interfaces:
MAPUserAbortInfo

public class MAPUserAbortInfoImpl
extends java.lang.Object
implements MAPUserAbortInfo

MAP-UserAbortInfo ::= SEQUENCE { map-UserAbortChoice MAP-UserAbortChoice, ... extensionContainer ExtensionContainer OPTIONAL } MAP-UserAbortChoice ::= CHOICE { userSpecificReason [0] NULL, userResourceLimitation [1] NULL, resourceUnavailable [2] ResourceUnavailableReason, applicationProcedureCancellation [3] ProcedureCancellationReason}

Author:
amit bhayani

Field Summary
protected static int MAP_USER_ABORT_INFO_TAG
           
protected static int USER_ABORT_TAG_CLASS
           
protected static boolean USER_ABORT_TAG_PC_CONSTRUCTED
           
 
Constructor Summary
MAPUserAbortInfoImpl()
           
 
Method Summary
 void decode(org.mobicents.protocols.asn.AsnInputStream ais)
           
 void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS)
           
 MAPDialog getMAPDialog()
           
 MAPUserAbortChoice getMAPUserAbortChoice()
           
 void setMAPDialog(MAPDialog mapDialog)
           
 void setMAPUserAbortChoice(MAPUserAbortChoice mapUsrAbrtChoice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAP_USER_ABORT_INFO_TAG

protected static final int MAP_USER_ABORT_INFO_TAG
See Also:
Constant Field Values

USER_ABORT_TAG_CLASS

protected static final int USER_ABORT_TAG_CLASS
See Also:
Constant Field Values

USER_ABORT_TAG_PC_CONSTRUCTED

protected static final boolean USER_ABORT_TAG_PC_CONSTRUCTED
See Also:
Constant Field Values
Constructor Detail

MAPUserAbortInfoImpl

public MAPUserAbortInfoImpl()
Method Detail

getMAPDialog

public MAPDialog getMAPDialog()
Specified by:
getMAPDialog in interface MAPUserAbortInfo

getMAPUserAbortChoice

public MAPUserAbortChoice getMAPUserAbortChoice()
Specified by:
getMAPUserAbortChoice in interface MAPUserAbortInfo

setMAPDialog

public void setMAPDialog(MAPDialog mapDialog)
Specified by:
setMAPDialog in interface MAPUserAbortInfo

setMAPUserAbortChoice

public void setMAPUserAbortChoice(MAPUserAbortChoice mapUsrAbrtChoice)
Specified by:
setMAPUserAbortChoice in interface MAPUserAbortInfo

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.