public class SendRoutingInfoForSMRequestImpl extends SmsMessageImpl implements SendRoutingInfoForSMRequest
| Modifier and Type | Field and Description |
|---|---|
protected String |
_PrimitiveName |
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 |
protected static int |
_TAG_teleservice |
MAP_MESSAGE_XML| Constructor and Description |
|---|
SendRoutingInfoForSMRequestImpl() |
SendRoutingInfoForSMRequestImpl(ISDNAddressString msisdn,
boolean sm_RP_PRI,
AddressString serviceCentreAddress,
MAPExtensionContainer extensionContainer,
boolean gprsSupportIndicator,
SM_RP_MTI sM_RP_MTI,
SM_RP_SMEA sM_RP_SMEA,
TeleserviceCode teleservice) |
| 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() |
MAPMessageType |
getMessageType() |
ISDNAddressString |
getMsisdn() |
int |
getOperationCode() |
AddressString |
getServiceCentreAddress() |
SM_RP_MTI |
getSM_RP_MTI() |
boolean |
getSm_RP_PRI() |
SM_RP_SMEA |
getSM_RP_SMEA() |
int |
getTag() |
int |
getTagClass() |
TeleserviceCode |
getTeleservice() |
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_teleservice
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
protected String _PrimitiveName
public SendRoutingInfoForSMRequestImpl()
public SendRoutingInfoForSMRequestImpl(ISDNAddressString msisdn, boolean sm_RP_PRI, AddressString serviceCentreAddress, MAPExtensionContainer extensionContainer, boolean gprsSupportIndicator, SM_RP_MTI sM_RP_MTI, SM_RP_SMEA sM_RP_SMEA, TeleserviceCode teleservice)
public MAPMessageType getMessageType()
getMessageType in interface MAPMessagepublic int getOperationCode()
getOperationCode in interface MAPMessagepublic ISDNAddressString getMsisdn()
getMsisdn in interface SendRoutingInfoForSMRequestpublic boolean getSm_RP_PRI()
getSm_RP_PRI in interface SendRoutingInfoForSMRequestpublic AddressString getServiceCentreAddress()
getServiceCentreAddress in interface SendRoutingInfoForSMRequestpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface SendRoutingInfoForSMRequestpublic boolean getGprsSupportIndicator()
getGprsSupportIndicator in interface SendRoutingInfoForSMRequestpublic SM_RP_MTI getSM_RP_MTI()
getSM_RP_MTI in interface SendRoutingInfoForSMRequestpublic SM_RP_SMEA getSM_RP_SMEA()
getSM_RP_SMEA in interface SendRoutingInfoForSMRequestpublic TeleserviceCode getTeleservice()
getTeleservice in interface SendRoutingInfoForSMRequestpublic 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 MAPAsnPrimitiveMAPExceptionCopyright © 2016. All Rights Reserved.