org.mobicents.protocols.ss7.sccp.parameter
Interface SccpAddress


public interface SccpAddress

Author:
baranowb

Method Summary
 void decode(byte[] buffer)
           
 byte[] encode()
           
 GlobalTitle getGlobalTitle()
           
 int getGlobalTitleIndicator()
           
 int getPointCodeIndicator()
           
 int getRoutingIndicator()
           
 int getSignalingPointCode()
           
 int getSsn()
           
 int getSsnIndicator()
           
 void setGlobalTitle(GlobalTitle globalTitle)
           
 void setGlobalTitleIndicator(int globalTitleIndicator)
           
 void setPointCodeIndicator(int pointCodeIndicator)
           
 void setRoutingIndicator(int routingIndicator)
           
 void setSignalingPointCode(int signalingPointCode)
           
 void setSsn(int ssn)
           
 void setSsnIndicator(int ssnIndicator)
           
 

Method Detail

encode

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

decode

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

getPointCodeIndicator

int getPointCodeIndicator()

setPointCodeIndicator

void setPointCodeIndicator(int pointCodeIndicator)

getSsnIndicator

int getSsnIndicator()

setSsnIndicator

void setSsnIndicator(int ssnIndicator)

getGlobalTitleIndicator

int getGlobalTitleIndicator()

setGlobalTitleIndicator

void setGlobalTitleIndicator(int globalTitleIndicator)

getRoutingIndicator

int getRoutingIndicator()

setRoutingIndicator

void setRoutingIndicator(int routingIndicator)

getSignalingPointCode

int getSignalingPointCode()

setSignalingPointCode

void setSignalingPointCode(int signalingPointCode)

getSsn

int getSsn()

setSsn

void setSsn(int ssn)

getGlobalTitle

GlobalTitle getGlobalTitle()

setGlobalTitle

void setGlobalTitle(GlobalTitle globalTitle)


Copyright © 2010. All Rights Reserved.