Class VerifierImpl

  • All Implemented Interfaces:
    Verifier

    public abstract class VerifierImpl
    extends Object
    implements Verifier
    Partial implementation of Verifier.

    This class is useful as the base class of the verifier implementation.

    The only remaining method that has to be implemented by the derived class is the getVerifierHandler method. Please be noted that applications can call the setErrorHandler method after the getVerifierHandler method and that change should take effect.