org.mobicents.protocols.ss7.map.dialog
Class AddressStringImpl
java.lang.Object
org.mobicents.protocols.ss7.map.dialog.AddressStringImpl
- All Implemented Interfaces:
- AddressString
public class AddressStringImpl
- extends java.lang.Object
- implements AddressString
- Author:
- amit bhayani
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_EXTENSION_MASK
protected int NO_EXTENSION_MASK
NATURE_OF_ADD_IND_MASK
protected int NATURE_OF_ADD_IND_MASK
NUMBERING_PLAN_IND_MASK
protected int NUMBERING_PLAN_IND_MASK
AddressStringImpl
public AddressStringImpl()
AddressStringImpl
public AddressStringImpl(AddressNature addressNature,
NumberingPlan numberingPlan,
java.lang.String address)
getAddress
public java.lang.String getAddress()
- Specified by:
getAddress in interface AddressString
getAddressNature
public AddressNature getAddressNature()
- Specified by:
getAddressNature in interface AddressString
getNumberingPlan
public NumberingPlan getNumberingPlan()
- Specified by:
getNumberingPlan in interface AddressString
isExtension
public boolean isExtension()
decode
public void decode(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPException,
java.io.IOException
- Throws:
MAPException
java.io.IOException
encode
public void encode(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
- Throws:
MAPException
Copyright © 2011. All Rights Reserved.