| java.lang.Object org.iscreen.ValidationServiceWrapper
ValidationServiceWrapper | public class ValidationServiceWrapper implements ValidationService(Code) | | This wrapper around a ValidationService is itself a ValidationService
implementation. However, it can be used as a wrapper that takes a
validation factory and the validation set name, bypassing the need
to call the factory's getValidationService() method.
author: Shellman, Dan |
ValidationServiceWrapper | public ValidationServiceWrapper(ValidationFactory factory, String validationSetName)(Code) | | Construct the wrapper with an existing factory and the
ValidationSet name (the name of the service).
Parameters: factory - The factory containing the validation service Parameters: validationSetName - The fully qualified name of the validation set |
ValidationServiceWrapper | public ValidationServiceWrapper(ValidationFactoryConfig config, String validationSetName)(Code) | | Construct the wrapper with a factory config and the ValidationSet
name (the name of the service). The factory config should be
completely configured prior to constructing this wrapper.
Parameters: config - The config of the validation factory Parameters: validationSetName - The fully qualified name of the validation set |
getDocumentation | public DocumentationIterator getDocumentation()(Code) | | Retrieves an iterator of String values representing the documentation
configured for this validation service (the underlying validation set).
Returns an iterator of Strings representing documentation. |
|
|