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

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

public class AddressStringImpl
extends java.lang.Object
implements AddressString

Author:
amit bhayani

Field Summary
protected  int NATURE_OF_ADD_IND_MASK
           
protected  int NO_EXTENSION_MASK
           
protected  int NUMBERING_PLAN_IND_MASK
           
 
Constructor Summary
AddressStringImpl()
           
AddressStringImpl(AddressNature addressNature, NumberingPlan numberingPlan, java.lang.String address)
           
 
Method Summary
 void decode(org.mobicents.protocols.asn.AsnInputStream ansIS)
           
 void encode(org.mobicents.protocols.asn.AsnOutputStream asnOs)
           
 java.lang.String getAddress()
           
 AddressNature getAddressNature()
           
 NumberingPlan getNumberingPlan()
           
 boolean isExtension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

AddressStringImpl

public AddressStringImpl()

AddressStringImpl

public AddressStringImpl(AddressNature addressNature,
                         NumberingPlan numberingPlan,
                         java.lang.String address)
Method Detail

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.