org.mobicents.protocols.ss7.map.dialog
Class MAPOpenInfoImpl
java.lang.Object
org.mobicents.protocols.ss7.map.dialog.MAPOpenInfoImpl
- All Implemented Interfaces:
- MAPOpenInfo
public class MAPOpenInfoImpl
- extends java.lang.Object
- implements MAPOpenInfo
- Author:
- amit bhayani
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAP_OPEN_INFO_TAG
protected static final int MAP_OPEN_INFO_TAG
- See Also:
- Constant Field Values
DESTINATION_REF_TAG
protected static final int DESTINATION_REF_TAG
- See Also:
- Constant Field Values
ORIGINATION_REF_TAG
protected static final int ORIGINATION_REF_TAG
- See Also:
- Constant Field Values
OPEN_INFO_TAG_CLASS
protected static final int OPEN_INFO_TAG_CLASS
- See Also:
- Constant Field Values
OPEN_INFO_TAG_PC_PRIMITIVE
protected static final boolean OPEN_INFO_TAG_PC_PRIMITIVE
- See Also:
- Constant Field Values
OPEN_INFO_TAG_PC_CONSTRUCTED
protected static final boolean OPEN_INFO_TAG_PC_CONSTRUCTED
- See Also:
- Constant Field Values
MAPOpenInfoImpl
public MAPOpenInfoImpl()
getDestReference
public AddressString getDestReference()
- Specified by:
getDestReference in interface MAPOpenInfo
getMAPDialog
public MAPDialog getMAPDialog()
- Specified by:
getMAPDialog in interface MAPOpenInfo
getOrigReference
public AddressString getOrigReference()
- Specified by:
getOrigReference in interface MAPOpenInfo
setDestReference
public void setDestReference(AddressString destReference)
- Specified by:
setDestReference in interface MAPOpenInfo
setMAPDialog
public void setMAPDialog(MAPDialog mapDialog)
- Specified by:
setMAPDialog in interface MAPOpenInfo
setOrigReference
public void setOrigReference(AddressString origReference)
- Specified by:
setOrigReference in interface MAPOpenInfo
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.