org.mobicents.protocols.ss7.map.dialog
Class MAPUserAbortInfoImpl
java.lang.Object
org.mobicents.protocols.ss7.map.dialog.MAPUserAbortInfoImpl
- All Implemented Interfaces:
- org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortInfo
public class MAPUserAbortInfoImpl
- extends java.lang.Object
- implements org.mobicents.protocols.ss7.map.api.dialog.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
|
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.MAPUserAbortChoice |
getMAPUserAbortChoice()
|
void |
setMAPDialog(org.mobicents.protocols.ss7.map.api.MAPDialog mapDialog)
|
void |
setMAPUserAbortChoice(org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortChoice mapUsrAbrtChoice)
|
| 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 org.mobicents.protocols.ss7.map.api.MAPDialog getMAPDialog()
- Specified by:
getMAPDialog in interface org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortInfo
getMAPUserAbortChoice
public org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortChoice getMAPUserAbortChoice()
- Specified by:
getMAPUserAbortChoice in interface org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortInfo
setMAPDialog
public void setMAPDialog(org.mobicents.protocols.ss7.map.api.MAPDialog mapDialog)
- Specified by:
setMAPDialog in interface org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortInfo
setMAPUserAbortChoice
public void setMAPUserAbortChoice(org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortChoice mapUsrAbrtChoice)
- Specified by:
setMAPUserAbortChoice in interface org.mobicents.protocols.ss7.map.api.dialog.MAPUserAbortInfo
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.