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

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

public class MAPOpenInfoImpl
extends java.lang.Object
implements 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)
           
 AddressString getDestReference()
           
 MAPDialog getMAPDialog()
           
 AddressString getOrigReference()
           
 void setDestReference(AddressString destReference)
           
 void setMAPDialog(MAPDialog mapDialog)
           
 void setOrigReference(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 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.