| Package | Description |
|---|---|
| org.mobicents.protocols.ss7.sccp | |
| org.mobicents.protocols.ss7.sccp.message |
| Modifier and Type | Method and Description |
|---|---|
void |
SccpProvider.deregisterSccpListener(SccpAddress localAddress)
Removes listener
|
int |
Router.getRoute(SccpAddress calledPartyAddress,
SccpAddress callingPartyAddress)
Determines the route for the message using called and calling address.
|
void |
SccpProvider.registerSccpListener(SccpAddress localAddress,
SccpListener listener)
Register listener for some adddress.
|
| Modifier and Type | Method and Description |
|---|---|
SccpAddress |
SccpMessage.getCalledPartyAddress() |
SccpAddress |
SccpMessage.getCallingPartyAddress() |
| Modifier and Type | Method and Description |
|---|---|
UnitData |
MessageFactory.createUnitData(ProtocolClass pClass,
SccpAddress calledParty,
SccpAddress callingParty)
Creates unit data message.
|
UnitDataService |
MessageFactory.createUnitDataService(ReturnCause returnCause,
SccpAddress calledParty,
SccpAddress callingParty) |
XUnitData |
MessageFactory.createXUnitData(HopCounter hopCounter,
ProtocolClass pClass,
SccpAddress calledParty,
SccpAddress callingParty)
Creates extended unit data message.
|
XUnitDataService |
MessageFactory.createXUnitDataService(HopCounter hopCounter,
ReturnCause rc,
SccpAddress calledParty,
SccpAddress callingParty) |
void |
SccpMessage.setCalledPartyAddress(SccpAddress v) |
void |
SccpMessage.setCallingPartyAddress(SccpAddress v) |
Copyright © 2011. All Rights Reserved.