Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.MessageBody
-
Packages that use MessageBody Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.vb80 -
-
Uses of MessageBody in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return MessageBody Modifier and Type Method Description MessageBody[]
ImsInformation. getMessageBodys()
Returns the set of Message-Body AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type MessageBody Modifier and Type Method Description void
ImsInformation. setMessageBody(MessageBody messageBody)
Sets a single Message-Body AVP in the IMS-Information AVP, of type Grouped.void
ImsInformation. 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.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return MessageBody Modifier and Type Method Description MessageBody
MessageFactory. createMessageBody()
Create an empty MessageBody (Grouped AVP) instance.MessageBody
MessageFactory. createMessageBody(String contentType, long contentLength)
Create a MessageBody (Grouped AVP) instance using required AVP values.
-