org.mobicents.protocols.ss7.sccp.message
public interface MessageFactory extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
UnitData |
createUnitData(ProtocolClass pClass,
SccpAddress calledParty,
SccpAddress callingParty)
Creates unit data message.
|
UnitDataService |
createUnitDataService(ReturnCause returnCause,
SccpAddress calledParty,
SccpAddress callingParty) |
XUnitData |
createXUnitData(HopCounter hopCounter,
ProtocolClass pClass,
SccpAddress calledParty,
SccpAddress callingParty)
Creates extended unit data message.
|
XUnitDataService |
createXUnitDataService(HopCounter hopCounter,
ReturnCause rc,
SccpAddress calledParty,
SccpAddress callingParty) |
UnitData createUnitData(ProtocolClass pClass, SccpAddress calledParty, SccpAddress callingParty)
UnitDataService createUnitDataService(ReturnCause returnCause, SccpAddress calledParty, SccpAddress callingParty)
XUnitData createXUnitData(HopCounter hopCounter, ProtocolClass pClass, SccpAddress calledParty, SccpAddress callingParty)
XUnitDataService createXUnitDataService(HopCounter hopCounter, ReturnCause rc, SccpAddress calledParty, SccpAddress callingParty)
Copyright © 2012. All Rights Reserved.