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:
- the message type code;
- the mandatory fixed part;
- the mandatory variable part;
- the optional part, which may contain fixed length and variable length
fields.
- Author:
- baranowb, kulikov
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 © 2010. All Rights Reserved.