org.mobicents.protocols.ss7.sccp.ud
Interface UDBase

All Known Subinterfaces:
UnitData, XUnitData

public interface UDBase

Author:
Oleg Kulikov

Method Summary
 void decode(java.io.InputStream in)
           
 void encode(java.io.OutputStream out)
           
 SccpAddress getCalledParty()
           
 SccpAddress getCallingParty()
           
 byte[] getData()
           
 ProtocolClass getpClass()
           
 void setCalledParty(SccpAddress calledParty)
           
 void setCallingParty(SccpAddress callingParty)
           
 void setData(byte[] data)
           
 void setpClass(ProtocolClass pClass)
           
 

Method Detail

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.