org.mobicents.protocols.ss7.map.service.sms
public class SendRoutingInfoForSMRequestIndicationImpl extends SmsMessageImpl implements SendRoutingInfoForSMRequestIndication
| Modifier and Type | Field and Description |
|---|---|
protected static int |
_TAG_extensionContainer |
protected static int |
_TAG_gprsSupportIndicator |
protected static int |
_TAG_msisdn |
protected static int |
_TAG_serviceCentreAddress |
protected static int |
_TAG_sm_RP_MTI |
protected static int |
_TAG_sm_RP_PRI |
protected static int |
_TAG_sm_RP_SMEA |
| Constructor and Description |
|---|
SendRoutingInfoForSMRequestIndicationImpl() |
SendRoutingInfoForSMRequestIndicationImpl(ISDNAddressString msisdn,
boolean sm_RP_PRI,
AddressString serviceCentreAddress,
MAPExtensionContainer extensionContainer,
boolean gprsSupportIndicator,
SM_RP_MTI sM_RP_MTI,
byte[] sM_RP_SMEA) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
Decoding the length and the content of the primitive (the tag has already
read)
|
void |
decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
Decoding the content of the primitive (the tag and the length have
already read)
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the tag, the length and the content.
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
Encoding the tag, the length and the content.
|
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the content.
|
MAPExtensionContainer |
getExtensionContainer() |
boolean |
getGprsSupportIndicator() |
boolean |
getIsPrimitive() |
ISDNAddressString |
getMsisdn() |
AddressString |
getServiceCentreAddress() |
SM_RP_MTI |
getSM_RP_MTI() |
boolean |
getSm_RP_PRI() |
byte[] |
getSM_RP_SMEA() |
int |
getTag() |
int |
getTagClass() |
java.lang.String |
toString() |
getMAPDialoggetInvokeId, setInvokeId, setMAPDialogclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMAPDialoggetInvokeId, setInvokeId, setMAPDialogprotected static final int _TAG_msisdn
protected static final int _TAG_sm_RP_PRI
protected static final int _TAG_serviceCentreAddress
protected static final int _TAG_extensionContainer
protected static final int _TAG_gprsSupportIndicator
protected static final int _TAG_sm_RP_MTI
protected static final int _TAG_sm_RP_SMEA
public SendRoutingInfoForSMRequestIndicationImpl()
public SendRoutingInfoForSMRequestIndicationImpl(ISDNAddressString msisdn, boolean sm_RP_PRI, AddressString serviceCentreAddress, MAPExtensionContainer extensionContainer, boolean gprsSupportIndicator, SM_RP_MTI sM_RP_MTI, byte[] sM_RP_SMEA)
public ISDNAddressString getMsisdn()
getMsisdn in interface SendRoutingInfoForSMRequestIndicationpublic boolean getSm_RP_PRI()
getSm_RP_PRI in interface SendRoutingInfoForSMRequestIndicationpublic AddressString getServiceCentreAddress()
getServiceCentreAddress in interface SendRoutingInfoForSMRequestIndicationpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface SendRoutingInfoForSMRequestIndicationpublic boolean getGprsSupportIndicator()
getGprsSupportIndicator in interface SendRoutingInfoForSMRequestIndicationpublic SM_RP_MTI getSM_RP_MTI()
getSM_RP_MTI in interface SendRoutingInfoForSMRequestIndicationpublic byte[] getSM_RP_SMEA()
getSM_RP_SMEA in interface SendRoutingInfoForSMRequestIndicationpublic int getTag()
throws MAPException
getTag in interface MAPAsnPrimitiveMAPExceptionpublic int getTagClass()
getTagClass in interface MAPAsnPrimitivepublic boolean getIsPrimitive()
getIsPrimitive in interface MAPAsnPrimitivepublic void decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeAll in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the length and the content of
the primitiveMAPParsingComponentExceptionpublic void decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeData in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the content of the primitivelength - The length of the contentMAPParsingComponentExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeData in interface MAPAsnPrimitiveMAPExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012. All Rights Reserved.