org.mobicents.ss7.sccp
Class UnitData

java.lang.Object
  extended by org.mobicents.ss7.sccp.Pdu
      extended by org.mobicents.ss7.sccp.UnitData

public class UnitData
extends Pdu

Author:
Oleg Kulikov

Constructor Summary
UnitData()
          Creates a new instance of UnitData
UnitData(ProtocolClass pClass, SccpAddress calledParty, SccpAddress callingParty, byte[] data)
           
 
Method Summary
 void decode(java.io.InputStream in)
           
 void encode(java.io.OutputStream out)
           
 SccpAddress getCalledParty()
           
 SccpAddress getCallingParty()
           
 byte[] getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitData

public UnitData()
Creates a new instance of UnitData


UnitData

public UnitData(ProtocolClass pClass,
                SccpAddress calledParty,
                SccpAddress callingParty,
                byte[] data)
Method Detail

getCalledParty

public SccpAddress getCalledParty()

getCallingParty

public SccpAddress getCallingParty()

getData

public byte[] getData()

encode

public void encode(java.io.OutputStream out)
            throws java.io.IOException
Specified by:
encode in class Pdu
Throws:
java.io.IOException

decode

public void decode(java.io.InputStream in)
            throws java.io.IOException
Specified by:
decode in class Pdu
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.