org.mobicents.protocols.ss7.sccp.message
Interface SccpMessage

All Known Subinterfaces:
UnitData, XUnitData

public interface SccpMessage

Specifies the SCCP messages formats and codes for the support of connection-oriented services, connectionless services and the management of SCCP. A SCCP message consists of the following parts:

Author:
baranowb, kulikov

Method Summary
 SccpAddress getCalledPartyAddress()
           
 SccpAddress getCallingPartyAddress()
           
 ProtocolClass getProtocolClass()
           
 int getType()
          The message type code consists of a one octet field and is mandatory for all messages.
 

Method Detail

getType

int getType()
The message type code consists of a one octet field and is mandatory for all messages. The message type code uniquely defines the function and format of each SCCP message.

Returns:
message type code

getProtocolClass

ProtocolClass getProtocolClass()

getCalledPartyAddress

SccpAddress getCalledPartyAddress()

getCallingPartyAddress

SccpAddress getCallingPartyAddress()


Copyright © 2011. All Rights Reserved.