org.mobicents.protocols.ss7.sccp.ud
Interface UDBase
- All Known Subinterfaces:
- UnitData, XUnitData
public interface UDBase
- Author:
- Oleg Kulikov
getData
byte[] getData()
setData
void setData(byte[] data)
setCalledParty
void setCalledParty(SccpAddress calledParty)
setCallingParty
void setCallingParty(SccpAddress callingParty)
getCalledParty
SccpAddress getCalledParty()
getCallingParty
SccpAddress getCallingParty()
getpClass
ProtocolClass getpClass()
setpClass
void setpClass(ProtocolClass pClass)
decode
void decode(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
encode
void encode(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.