Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.RoutingRuleDefinition
-
Packages that use RoutingRuleDefinition Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of RoutingRuleDefinition in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return RoutingRuleDefinition Modifier and Type Method Description RoutingRuleDefinition[]RoutingRuleInstall. getRoutingRuleDefinitions()Returns the set of Routing-Rule-Definition AVPs.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type RoutingRuleDefinition Modifier and Type Method Description voidRoutingRuleInstall. setRoutingRuleDefinition(RoutingRuleDefinition routingRuleDefinition)Sets a single Routing-Rule-Definition AVP in the Routing-Rule-Install AVP, of type Grouped.voidRoutingRuleInstall. setRoutingRuleDefinitions(RoutingRuleDefinition[] routingRuleDefinitions)Sets the set of Routing-Rule-Definition AVPs, with all the values in the given array. -
Uses of RoutingRuleDefinition in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return RoutingRuleDefinition Modifier and Type Method Description RoutingRuleDefinitionMessageFactory. createRoutingRuleDefinition()Create an empty RoutingRuleDefinition (Grouped AVP) instance.RoutingRuleDefinitionMessageFactory. createRoutingRuleDefinition(byte[] routingRuleIdentifier)Create a RoutingRuleDefinition (Grouped AVP) instance using required AVP values.
-