|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AvpValidatorUtil
Interface that all of the Validator utility classes will implement. Defines a validate() method that returns a status return code.
Field Summary | |
---|---|
static int |
UNKNOWN_AVP
The AVP definition is unknown. |
static int |
VALID_AVP
The AVP passed validation. |
Method Summary | |
---|---|
int |
validate(Avp avp,
boolean vendorSpecific)
Performs validation of the AVP |
Field Detail |
---|
static final int VALID_AVP
static final int UNKNOWN_AVP
Method Detail |
---|
int validate(Avp avp, boolean vendorSpecific)
avp
- The AVP to be validatedvendorSpecific
- true if this is a Vendor-Specific AVP, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |