Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.validator
Interface IValidator

All Superinterfaces:
IConnectionChecker

public interface IValidator
extends IConnectionChecker

Validator.


Method Summary
 Map<String,IConnectionChecker> listConnectionCheckers()
          Lists all connections checkers.
 boolean validate(IMessageCollector mb)
          Validates protocol validator is associated with,
 
Methods inherited from interface com.esri.gpt.control.webharvest.validator.IConnectionChecker
checkConnection
 

Method Detail

validate

boolean validate(IMessageCollector mb)
Validates protocol validator is associated with,

Parameters:
mb - message collector
Returns:
true if protocol passes validation

listConnectionCheckers

Map<String,IConnectionChecker> listConnectionCheckers()
Lists all connections checkers.

There is always non-empty map of connection checkers with at least one checker named: "this" which refers to validator itself.

Returns:
collection of named connection checkers

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.