org.apache.camel.processor.validation
Interface ValidatorErrorHandler

All Superinterfaces:
ErrorHandler
All Known Implementing Classes:
DefaultValidationErrorHandler

public interface ValidatorErrorHandler
extends ErrorHandler

Version:
$Revision: 35332 $

Method Summary
 void handleErrors(Exchange exchange, Schema schema, DOMResult result)
          Process any errors which may have occurred during validation
 void reset()
          Resets any state within this error handler
 
Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
 

Method Detail

reset

void reset()
Resets any state within this error handler


handleErrors

void handleErrors(Exchange exchange,
                  Schema schema,
                  DOMResult result)
                  throws ValidationException
Process any errors which may have occurred during validation

Parameters:
exchange -
schema -
result -
Throws:
ValidationException


Copyright © 2008 IONA Open Source Community. All Rights Reserved.