Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.RecipientInfo
-
Packages that use RecipientInfo Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of RecipientInfo in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return RecipientInfo Modifier and Type Method Description RecipientInfo[]
SmsInformation. getRecipientInfos()
Returns the set of Recipient-Info AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 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.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return RecipientInfo Modifier and Type Method Description RecipientInfo
MessageFactory. createRecipientInfo()
Create an empty RecipientInfo (Grouped AVP) instance.
-