Uses of Interface
org.jainslee.resources.diameter.ro.types.v820.RecipientAddress
-
Packages that use RecipientAddress Package Description org.jainslee.resources.diameter.ro.types.v820 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v8.2.0.org.jainslee.resources.diameter.ro.v820 -
-
Uses of RecipientAddress in org.jainslee.resources.diameter.ro.types.v820
Methods in org.jainslee.resources.diameter.ro.types.v820 that return RecipientAddress Modifier and Type Method Description RecipientAddress[]MmsInformation. getRecipientAddresses()Returns the set of Recipient-Address AVPs.Methods in org.jainslee.resources.diameter.ro.types.v820 with parameters of type RecipientAddress Modifier and Type Method Description voidMmsInformation. setRecipientAddress(RecipientAddress recipientAddress)Sets a single Recipient-Address AVP in the MMS-Information AVP, of type Grouped.voidMmsInformation. setRecipientAddresses(RecipientAddress[] recipientAddresses)Sets the set of Recipient-Address AVPs, with all the values in the given array. -
Uses of RecipientAddress in org.jainslee.resources.diameter.ro.v820
Methods in org.jainslee.resources.diameter.ro.v820 that return RecipientAddress Modifier and Type Method Description RecipientAddressMessageFactory. createRecipientAddress()Create an empty RecipientAddress (Grouped AVP) instance.
-