org.mobicents.ss7.sccp
Class UnitData
java.lang.Object
org.mobicents.ss7.sccp.Pdu
org.mobicents.ss7.sccp.UnitData
public class UnitData
- extends Pdu
- Author:
- Oleg Kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnitData
public UnitData()
- Creates a new instance of UnitData
UnitData
public UnitData(ProtocolClass pClass,
SccpAddress calledParty,
SccpAddress callingParty,
byte[] data)
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.