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

java.lang.Object
  extended by org.mobicents.protocols.ss7.map.dialog.MAPOpenInfoImpl
All Implemented Interfaces:
org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

public class MAPOpenInfoImpl
extends java.lang.Object
implements org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

Author:
amit bhayani

Field Summary
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 Summary
MAPOpenInfoImpl()
           
 
Method Summary
 void decode(org.mobicents.protocols.asn.AsnInputStream ais)
           
 void encode(org.mobicents.protocols.asn.AsnOutputStream asnOS)
           
 org.mobicents.protocols.ss7.map.api.dialog.AddressString getDestReference()
           
 org.mobicents.protocols.ss7.map.api.MAPDialog getMAPDialog()
           
 org.mobicents.protocols.ss7.map.api.dialog.AddressString getOrigReference()
           
 void setDestReference(org.mobicents.protocols.ss7.map.api.dialog.AddressString destReference)
           
 void setMAPDialog(org.mobicents.protocols.ss7.map.api.MAPDialog mapDialog)
           
 void setOrigReference(org.mobicents.protocols.ss7.map.api.dialog.AddressString origReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MAPOpenInfoImpl

public MAPOpenInfoImpl()
Method Detail

getDestReference

public org.mobicents.protocols.ss7.map.api.dialog.AddressString getDestReference()
Specified by:
getDestReference in interface org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

getMAPDialog

public org.mobicents.protocols.ss7.map.api.MAPDialog getMAPDialog()
Specified by:
getMAPDialog in interface org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

getOrigReference

public org.mobicents.protocols.ss7.map.api.dialog.AddressString getOrigReference()
Specified by:
getOrigReference in interface org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

setDestReference

public void setDestReference(org.mobicents.protocols.ss7.map.api.dialog.AddressString destReference)
Specified by:
setDestReference in interface org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

setMAPDialog

public void setMAPDialog(org.mobicents.protocols.ss7.map.api.MAPDialog mapDialog)
Specified by:
setMAPDialog in interface org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

setOrigReference

public void setOrigReference(org.mobicents.protocols.ss7.map.api.dialog.AddressString origReference)
Specified by:
setOrigReference in interface org.mobicents.protocols.ss7.map.api.dialog.MAPOpenInfo

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.