|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmailInspectionLevel | |
---|---|
com.jscape.inspect | Contains classes for performing email address validation. |
Uses of EmailInspectionLevel in com.jscape.inspect |
---|
Fields in com.jscape.inspect declared as EmailInspectionLevel | |
---|---|
static EmailInspectionLevel |
EmailInspector.DOMAIN_VALIDATION
Use in conjunction with setEmailInspectionLevel method to perform syntax and domain validation of e-mail address. |
static EmailInspectionLevel |
EmailInspector.MX_VALIDATION
Use in conjunction with setEmailInspectionLevel method to perform syntax, domain and mail exchanger validation of e-mail address. |
static EmailInspectionLevel |
EmailInspector.SYNTAX_VALIDATION
Use in conjunction with setEmailInspectionLevel method to perform syntax validation of e-mail address. |
static EmailInspectionLevel |
EmailInspector.USER_VALIDATION
Use in conjunction with setEmailInspectionLevel method to perform syntax, domain, mail exchanger and user validation of e-mail address. |
Methods in com.jscape.inspect that return EmailInspectionLevel | |
---|---|
EmailInspectionLevel |
EmailInspector.getEmailInspectionLevel()
Gets the validation level to be used in validating an e-mail address. |
Methods in com.jscape.inspect with parameters of type EmailInspectionLevel | |
---|---|
void |
EmailInspector.setEmailInspectionLevel(EmailInspectionLevel inspectionLevel)
Sets the validation level to be used in validating an e-mail address. |
Constructors in com.jscape.inspect with parameters of type EmailInspectionLevel | |
---|---|
EmailInspector(EmailInspectionLevel inspectionLevel,
java.lang.String nameServer)
Constructs a new EmailInspector instance. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |