Uses of Interface
org.jainslee.resources.diameter.base.types.CapabilitiesExchangeAnswer
-
Packages that use CapabilitiesExchangeAnswer 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 CapabilitiesExchangeAnswer in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return CapabilitiesExchangeAnswer Modifier and Type Method Description CapabilitiesExchangeAnswer
DiameterMessageFactory. createCapabilitiesExchangeAnswer()
Create an empty CapabilitiesExchangeAnswer DiameterMessage for a CEA command.CapabilitiesExchangeAnswer
DiameterMessageFactory. createCapabilitiesExchangeAnswer(DiameterAvp[] avps)
Create a CapabilitiesExchangeAnswer DiameterMessage for a CEA command containing the given AVPs.
-