Uses of Interface
org.jainslee.resources.diameter.rf.types.vb80.Envelope
-
Packages that use Envelope 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 Envelope in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return Envelope Modifier and Type Method Description Envelope[]
MultipleServicesCreditControl. getEnvelopes()
Returns the set of Envelope AVPs.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type Envelope Modifier and Type Method Description void
MultipleServicesCreditControl. setEnvelope(Envelope envelope)
Sets a single Envelope AVP in the Multiple-Services-Credit-Control AVP, of type Grouped.void
MultipleServicesCreditControl. setEnvelopes(Envelope[] envelopes)
Sets the set of Envelope AVPs, with all the values in the given array. -
Uses of Envelope in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 that return Envelope Modifier and Type Method Description Envelope
MessageFactory. createEnvelope()
Create an empty Envelope (Grouped AVP) instance.Envelope
MessageFactory. createEnvelope(Date envelopeStartTime)
Create a Envelope (Grouped AVP) instance using required AVP values.
-