|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MAPProvider
| Field Summary | |
|---|---|
static int |
NETWORK_UNSTRUCTURED_SS_CONTEXT_V2
|
| Method Summary | |
|---|---|
void |
addMAPDialogListener(MAPDialogListener mapDialogListener)
Add MAP Dialog listener to the Stack |
void |
addMAPServiceListener(MAPServiceListener mapServiceListener)
Add MAP Service listener to the stack |
MAPDialog |
createNewDialog(MAPApplicationContext appCntx,
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress origAddress,
AddressString origReference,
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog. |
MAPDialog |
getMAPDialog(java.lang.Long dialogId)
Get MAPDialog corresponding to passed dialogId |
MapServiceFactory |
getMapServiceFactory()
Get the MapServiceFactory |
void |
removeMAPDialogListener(MAPDialogListener mapDialogListener)
Remove MAP DIalog Listener from the stack |
void |
removeMAPServiceListener(MAPServiceListener mapServiceListener)
Remove MAP Service listener from the stack |
| Field Detail |
|---|
static final int NETWORK_UNSTRUCTURED_SS_CONTEXT_V2
| Method Detail |
|---|
MAPDialog createNewDialog(MAPApplicationContext appCntx,
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress origAddress,
AddressString origReference,
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress destAddress,
AddressString destReference)
throws MAPException
applicationCntx - This parameter identifies the type of application context
being established. If the dialogue is accepted the received
application context name shall be echoed. In case of refusal
of dialogue this parameter shall indicate the highest version
supported.destAddress - A valid SCCP address identifying the destination peer entity.
As an implementation option, this parameter may also, in the
indication, be implicitly associated with the service access
point at which the primitive is issued.destReference - This parameter is a reference which refines the identification
of the called process. It may be identical to Destination
address but its value is to be carried at MAP level.origAddress - A valid SCCP address identifying the requestor of a MAP
dialogue. As an implementation option, this parameter may
also, in the request, be implicitly associated with the
service access point at which the primitive is issued.origReference - This parameter is a reference which refines the identification
of the calling process. It may be identical to the Originating
address but its value is to be carried at MAP level.
Processing of the Originating-reference shall be performed
according to the supplementary service descriptions and other
service descriptions, e.g. operator determined barring.
MAPExceptionvoid addMAPDialogListener(MAPDialogListener mapDialogListener)
mapDialogListener - void removeMAPDialogListener(MAPDialogListener mapDialogListener)
mapDialogListener - void addMAPServiceListener(MAPServiceListener mapServiceListener)
mapServiceListener - void removeMAPServiceListener(MAPServiceListener mapServiceListener)
mapServiceListener - MapServiceFactory getMapServiceFactory()
MapServiceFactory
MAPDialog getMAPDialog(java.lang.Long dialogId)
MAPDialog corresponding to passed dialogId
dialogId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||