Uses of Interface
org.jainslee.resources.diameter.base.types.AbortSessionAnswer
-
Packages that use AbortSessionAnswer Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server. -
-
Uses of AbortSessionAnswer in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return AbortSessionAnswer Modifier and Type Method Description AbortSessionAnswer
DiameterMessageFactory. createAbortSessionAnswer()
Create an empty AbortSessionAnswer DiameterMessage for a ASA command.AbortSessionAnswer
DiameterMessageFactory. createAbortSessionAnswer(DiameterAvp[] avps)
Create a AbortSessionAnswer DiameterMessage for a ASA command containing the given AVPs.
-