org.mobicents.ss7.sccp
Class SccpAddress

java.lang.Object
  extended by org.mobicents.ss7.sccp.SccpAddress

public class SccpAddress
extends java.lang.Object

Author:
Oleg Kulikov

Field Summary
protected  GlobalTitle globalTitle
           
protected  int globalTitleIndicator
           
protected  int pointCodeIndicator
           
protected  int routingIndicator
           
protected  int signalingPointCode
           
protected  int ssn
           
protected  int ssnIndicator
           
 
Constructor Summary
SccpAddress()
          Creates a new instance of UnitDataMandatoryVariablePart
SccpAddress(int pointCodeIndicator, int ssnIndicator, int gtIndicator, int routingIndicator, int signalingPointCode, int ssn, GlobalTitle globalTitle)
           
 
Method Summary
 void decode(byte[] buffer)
           
 byte[] encode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pointCodeIndicator

protected int pointCodeIndicator

ssnIndicator

protected int ssnIndicator

globalTitleIndicator

protected int globalTitleIndicator

routingIndicator

protected int routingIndicator

signalingPointCode

protected int signalingPointCode

ssn

protected int ssn

globalTitle

protected GlobalTitle globalTitle
Constructor Detail

SccpAddress

public SccpAddress()
Creates a new instance of UnitDataMandatoryVariablePart


SccpAddress

public SccpAddress(int pointCodeIndicator,
                   int ssnIndicator,
                   int gtIndicator,
                   int routingIndicator,
                   int signalingPointCode,
                   int ssn,
                   GlobalTitle globalTitle)
Method Detail

decode

public void decode(byte[] buffer)
            throws java.io.IOException
Throws:
java.io.IOException

encode

public byte[] encode()
              throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.