org.mobicents.protocols.ss7.map.dialog
Class MAPUserAbortInfoImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MAPUserAbortInfoImpl
public MAPUserAbortInfoImpl()
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.