public abstract class SriSbb extends USSDBaseSbb implements SriChild
| Modifier and Type | Field and Description |
|---|---|
protected org.mobicents.protocols.ss7.sccp.parameter.ParameterFactory |
sccpParameterFact |
protected UssdPropertiesManagementMBean |
ussdPropertiesManagement |
httpClientActivityContextInterfaceFactory, httpClientProvider, httpClientRaLink, httpClientRATypeID, httpServerRaLink, httpServerRATypeID, httpServletProvider, httpServletRaActivityContextInterfaceFactory, JDBC_RA_LINK, JDBC_RESOURCE_ADAPTOR_ID, jdbcACIF, jdbcRA, logger, mapAcif, mapParameterFactory, mapProvider, mapRaLink, mapRATypeID, sbbContext, ussdStatAggregator| Constructor and Description |
|---|
SriSbb() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress |
convertAddressFieldToSCCPAddress(String address) |
protected void |
detachFromCurrentDialog(javax.slee.ActivityContextInterface aci) |
protected org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString |
getCalledPartyISDNAddressString(String destinationAddress) |
abstract org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage |
getErrorComponent() |
abstract long |
getErrorInvokeId() |
abstract org.mobicents.protocols.ss7.map.api.MAPApplicationContext |
getMAPApplicationContextCMP() |
abstract String |
getMsisdnCMP() |
abstract long |
getRejectInvokeId() |
abstract org.mobicents.protocols.ss7.tcap.asn.comp.Problem |
getRejectProblem() |
abstract org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse |
getSendRoutingInfoForSMResponse() |
protected org.mobicents.protocols.ss7.map.api.MAPApplicationContext |
getSriMAPApplicationContext() |
protected org.mobicents.protocols.ss7.map.api.primitives.AddressString |
getUssdGwAddress(int networkId) |
abstract org.mobicents.protocols.ss7.map.api.primitives.AddressString |
getUssdGwAddressCMP() |
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress |
getUssdGwSccpAddress(int networkId) |
abstract org.mobicents.protocols.ss7.sccp.parameter.SccpAddress |
getUssdGwSCCPAddressCMP() |
abstract XmlMAPDialog |
getXmlMAPDialog() |
void |
onDialogClose(org.mobicents.slee.resource.map.events.DialogClose evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogReject(org.mobicents.slee.resource.map.events.DialogReject evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort evt,
javax.slee.ActivityContextInterface aci) |
void |
onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci) |
void |
onInvokeTimeout(org.mobicents.slee.resource.map.events.InvokeTimeout evt,
javax.slee.ActivityContextInterface aci) |
void |
onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci) |
void |
onSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse evt,
javax.slee.ActivityContextInterface aci)
Received response for SRI sent earlier
|
void |
performSRIQuery(String msisdn,
org.mobicents.protocols.ss7.map.api.MAPApplicationContext desiredContext) |
void |
performSRIQuery(String msisdn,
XmlMAPDialog xmlMapDialog)
Triggers SRI lookup based on MSISDN
|
void |
sbbCreate() |
abstract void |
setErrorComponent(org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorComponent) |
abstract void |
setErrorInvokeId(long errorInvokeId) |
abstract void |
setMAPApplicationContextCMP(org.mobicents.protocols.ss7.map.api.MAPApplicationContext ctx) |
abstract void |
setMsisdnCMP(String msisdn) |
abstract void |
setRejectInvokeId(long rejectInvokeId) |
abstract void |
setRejectProblem(org.mobicents.protocols.ss7.tcap.asn.comp.Problem rejectProblem) |
void |
setSbbContext(javax.slee.SbbContext sbbContext) |
abstract void |
setSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse sendRoutingInfoForSMResponse) |
abstract void |
setUssdGwAddressCMP(org.mobicents.protocols.ss7.map.api.primitives.AddressString gwAddress) |
abstract void |
setUssdGwSCCPAddressCMP(org.mobicents.protocols.ss7.sccp.parameter.SccpAddress gwSccpAddress) |
abstract void |
setXmlMAPDialog(XmlMAPDialog dialog) |
void |
unsetSbbContext() |
getMAPDialog, processMAPMessageFromApplication, processXmlMAPDialog, sbbActivate, sbbExceptionThrown, sbbLoad, sbbPassivate, sbbPostCreate, sbbRemove, sbbRolledBack, sbbStoreprotected UssdPropertiesManagementMBean ussdPropertiesManagement
protected org.mobicents.protocols.ss7.sccp.parameter.ParameterFactory sccpParameterFact
public void performSRIQuery(String msisdn, XmlMAPDialog xmlMapDialog) throws Exception
SriChildperformSRIQuery in interface SriChildExceptionpublic void performSRIQuery(String msisdn, org.mobicents.protocols.ss7.map.api.MAPApplicationContext desiredContext) throws org.mobicents.protocols.ss7.map.api.MAPException
org.mobicents.protocols.ss7.map.api.MAPExceptionpublic void onSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse evt,
javax.slee.ActivityContextInterface aci)
evt - aci - public void onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter evt,
javax.slee.ActivityContextInterface aci)
public void onDialogClose(org.mobicents.slee.resource.map.events.DialogClose evt,
javax.slee.ActivityContextInterface aci)
public void onInvokeTimeout(org.mobicents.slee.resource.map.events.InvokeTimeout evt,
javax.slee.ActivityContextInterface aci)
public void onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci)
public void onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci)
public void onDialogReject(org.mobicents.slee.resource.map.events.DialogReject evt,
javax.slee.ActivityContextInterface aci)
public void onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort evt,
javax.slee.ActivityContextInterface aci)
public void onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort evt,
javax.slee.ActivityContextInterface aci)
public void onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci)
public void setSbbContext(javax.slee.SbbContext sbbContext)
setSbbContext in interface javax.slee.SbbsetSbbContext in class USSDBaseSbbpublic void unsetSbbContext()
unsetSbbContext in interface javax.slee.SbbunsetSbbContext in class USSDBaseSbbpublic void sbbCreate()
throws javax.slee.CreateException
sbbCreate in interface javax.slee.SbbsbbCreate in class USSDBaseSbbjavax.slee.CreateExceptionpublic abstract void setXmlMAPDialog(XmlMAPDialog dialog)
public abstract XmlMAPDialog getXmlMAPDialog()
public abstract void setMsisdnCMP(String msisdn)
public abstract String getMsisdnCMP()
public abstract void setMAPApplicationContextCMP(org.mobicents.protocols.ss7.map.api.MAPApplicationContext ctx)
public abstract org.mobicents.protocols.ss7.map.api.MAPApplicationContext getMAPApplicationContextCMP()
public abstract void setUssdGwAddressCMP(org.mobicents.protocols.ss7.map.api.primitives.AddressString gwAddress)
public abstract org.mobicents.protocols.ss7.map.api.primitives.AddressString getUssdGwAddressCMP()
public abstract void setUssdGwSCCPAddressCMP(org.mobicents.protocols.ss7.sccp.parameter.SccpAddress gwSccpAddress)
public abstract org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getUssdGwSCCPAddressCMP()
public abstract void setSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse sendRoutingInfoForSMResponse)
public abstract org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse getSendRoutingInfoForSMResponse()
public abstract void setErrorComponent(org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorComponent)
public abstract org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage getErrorComponent()
public abstract void setErrorInvokeId(long errorInvokeId)
public abstract long getErrorInvokeId()
public abstract void setRejectProblem(org.mobicents.protocols.ss7.tcap.asn.comp.Problem rejectProblem)
public abstract org.mobicents.protocols.ss7.tcap.asn.comp.Problem getRejectProblem()
public abstract void setRejectInvokeId(long rejectInvokeId)
public abstract long getRejectInvokeId()
protected org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString getCalledPartyISDNAddressString(String destinationAddress)
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress convertAddressFieldToSCCPAddress(String address)
protected org.mobicents.protocols.ss7.map.api.MAPApplicationContext getSriMAPApplicationContext()
throws org.mobicents.protocols.ss7.map.api.MAPException
org.mobicents.protocols.ss7.map.api.MAPExceptionprotected org.mobicents.protocols.ss7.map.api.primitives.AddressString getUssdGwAddress(int networkId)
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getUssdGwSccpAddress(int networkId)
protected void detachFromCurrentDialog(javax.slee.ActivityContextInterface aci)
Copyright © 2017. All Rights Reserved.