Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.MessageBody
-
Packages that use MessageBody 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 MessageBody in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 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.vcb0 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.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 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.
-