Uses of Class
org.jdiameter.api.validation.ValidatorLevel

Packages that use ValidatorLevel
org.jdiameter.api.validation   
 

Uses of ValidatorLevel in org.jdiameter.api.validation
 

Fields in org.jdiameter.api.validation declared as ValidatorLevel
static ValidatorLevel ValidatorLevel.ALL
           
static ValidatorLevel ValidatorLevel.MESSAGE
           
static ValidatorLevel ValidatorLevel.OFF
           
 

Methods in org.jdiameter.api.validation that return ValidatorLevel
static ValidatorLevel ValidatorLevel.fromString(java.lang.String s)
           
 ValidatorLevel Dictionary.getReceiveLevel()
          Gets validator level for INCOMING messages.
 ValidatorLevel Dictionary.getSendLevel()
          Gets validator level for OUTGOING messages.
 

Methods in org.jdiameter.api.validation with parameters of type ValidatorLevel
 void Dictionary.setReceiveLevel(ValidatorLevel receiveLevel)
          Sets validator level for INCOMING messages.
 void Dictionary.setSendLevel(ValidatorLevel sendLevel)
          Gets validator level for OUTGOING messages.
 void MessageRepresentation.validate(Message msg, ValidatorLevel validatorLevel)
           
 



Copyright © 2013. All Rights Reserved.