Uses of Interface
org.jainslee.resources.diameter.ro.types.v790.MessageBody
-
Packages that use MessageBody Package Description org.jainslee.resources.diameter.ro.types.v790 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v7.9.0.org.jainslee.resources.diameter.ro.v790 -
-
Uses of MessageBody in org.jainslee.resources.diameter.ro.types.v790
Methods in org.jainslee.resources.diameter.ro.types.v790 that return MessageBody Modifier and Type Method Description MessageBody[]ImsInformation. getMessageBodys()Returns the set of Message-Body AVPs.Methods in org.jainslee.resources.diameter.ro.types.v790 with parameters of type MessageBody Modifier and Type Method Description voidImsInformation. setMessageBody(MessageBody messageBody)Sets a single Message-Body AVP in the IMS-Information AVP, of type Grouped.voidImsInformation. setMessageBodys(MessageBody[] messageBodys)Sets the set of Message-Body AVPs, with all the values in the given array. -
Uses of MessageBody in org.jainslee.resources.diameter.ro.v790
Methods in org.jainslee.resources.diameter.ro.v790 that return MessageBody Modifier and Type Method Description MessageBodyMessageFactory. createMessageBody()Create an empty MessageBody (Grouped AVP) instance.
-