org.mobicents.ss7.sccp
Class SccpAddress
java.lang.Object
org.mobicents.ss7.sccp.SccpAddress
public class SccpAddress
- extends java.lang.Object
- Author:
- Oleg Kulikov
|
Constructor Summary |
SccpAddress()
Creates a new instance of UnitDataMandatoryVariablePart |
SccpAddress(int pointCodeIndicator,
int ssnIndicator,
int gtIndicator,
int routingIndicator,
int signalingPointCode,
int ssn,
GlobalTitle globalTitle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)
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.