org.mobicents.media.server.impl.resource.ss7
Class RoutingLabel

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.ss7.RoutingLabel

public class RoutingLabel
extends java.lang.Object

Author:
kulikov

Constructor Summary
RoutingLabel(byte[] sif)
           
RoutingLabel(int opc, int dpc, int sls)
           
 
Method Summary
 int getDPC()
           
 int getOPC()
           
 int getSLS()
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingLabel

public RoutingLabel(int opc,
                    int dpc,
                    int sls)

RoutingLabel

public RoutingLabel(byte[] sif)
Method Detail

getOPC

public int getOPC()

getDPC

public int getDPC()

getSLS

public int getSLS()

toByteArray

public byte[] toByteArray()


Copyright © 2010. All Rights Reserved.