org.mobicents.protocols.ss7.map.dialog
public class MAPOpenInfoImpl extends java.lang.Object implements MAPOpenInfo
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DESTINATION_REF_TAG |
protected static int |
MAP_OPEN_INFO_TAG |
protected static int |
OPEN_INFO_TAG_CLASS |
protected static boolean |
OPEN_INFO_TAG_PC_CONSTRUCTED |
protected static boolean |
OPEN_INFO_TAG_PC_PRIMITIVE |
protected static int |
ORIGINATION_REF_TAG |
| Constructor and Description |
|---|
MAPOpenInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.mobicents.protocols.asn.AsnInputStream ais) |
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOS) |
AddressString |
getDestReference() |
MAPDialog |
getMAPDialog() |
AddressString |
getOrigReference() |
void |
setDestReference(AddressString destReference) |
void |
setMAPDialog(MAPDialog mapDialog) |
void |
setOrigReference(AddressString origReference) |
protected static final int MAP_OPEN_INFO_TAG
protected static final int DESTINATION_REF_TAG
protected static final int ORIGINATION_REF_TAG
protected static final int OPEN_INFO_TAG_CLASS
protected static final boolean OPEN_INFO_TAG_PC_PRIMITIVE
protected static final boolean OPEN_INFO_TAG_PC_CONSTRUCTED
public AddressString getDestReference()
getDestReference in interface MAPOpenInfopublic MAPDialog getMAPDialog()
getMAPDialog in interface MAPOpenInfopublic AddressString getOrigReference()
getOrigReference in interface MAPOpenInfopublic void setDestReference(AddressString destReference)
setDestReference in interface MAPOpenInfopublic void setMAPDialog(MAPDialog mapDialog)
setMAPDialog in interface MAPOpenInfopublic void setOrigReference(AddressString origReference)
setOrigReference in interface MAPOpenInfopublic void decode(org.mobicents.protocols.asn.AsnInputStream ais) throws org.mobicents.protocols.asn.AsnException, java.io.IOException, MAPException
org.mobicents.protocols.asn.AsnExceptionjava.io.IOExceptionMAPExceptionpublic void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS) throws java.io.IOException, MAPException
java.io.IOExceptionMAPExceptionCopyright © 2011. All Rights Reserved.