Uses of Interface
org.jainslee.resources.diameter.base.DiameterCommand
-
Packages that use DiameterCommand 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 DiameterCommand in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return DiameterCommand Modifier and Type Method Description DiameterCommand
DiameterMessageFactory. createCommand(int commandCode, int applicationId, String shortName, String longName, boolean isRequest, boolean isProxiable)
Create an instance of a DiameterCommand concrete implementation using the given arguments.DiameterCommand
DiameterMessage. getCommand()
Return theDiameterCommand
contained in the header of this message.Methods in org.jainslee.resources.diameter.base with parameters of type DiameterCommand Modifier and Type Method Description ExtensionDiameterMessage
DiameterMessageFactory. createMessage(DiameterCommand command, DiameterAvp[] avps)
Create an instance of a DiameterMessage concrete implementation using the given arguments and default AVPs required for the command (must be known to the factory).
-