Uses of Interface
org.jainslee.resources.diameter.rf.types.va00.RecipientInfo
-
Packages that use RecipientInfo Package Description org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.rf.va00 -
-
Uses of RecipientInfo in org.jainslee.resources.diameter.rf.types.va00
Methods in org.jainslee.resources.diameter.rf.types.va00 that return RecipientInfo Modifier and Type Method Description RecipientInfo[]
SmsInformation. getRecipientInfos()
Returns the set of Recipient-Info AVPs.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type RecipientInfo Modifier and Type Method Description void
SmsInformation. setRecipientInfo(RecipientInfo recipientInfo)
Sets a single Recipient-Info AVP in the SMS-Information AVP, of type Grouped.void
SmsInformation. setRecipientInfos(RecipientInfo[] recipientInfos)
Sets the set of Recipient-Info AVPs, with all the values in the given array. -
Uses of RecipientInfo in org.jainslee.resources.diameter.rf.va00
Methods in org.jainslee.resources.diameter.rf.va00 that return RecipientInfo Modifier and Type Method Description RecipientInfo
MessageFactory. createRecipientInfo()
Create an empty RecipientInfo (Grouped AVP) instance.
-