Class LoggingValidationEventHandler

  • All Implemented Interfaces:
    javax.xml.bind.ValidationEventHandler

    public class LoggingValidationEventHandler
    extends java.lang.Object
    implements javax.xml.bind.ValidationEventHandler
    Handles XML validation errors by writing them to log.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.commons.logging.Log log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handleEvent​(javax.xml.bind.ValidationEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private static final org.apache.commons.logging.Log log
    • Constructor Detail

      • LoggingValidationEventHandler

        public LoggingValidationEventHandler()
    • Method Detail

      • handleEvent

        public boolean handleEvent​(javax.xml.bind.ValidationEvent event)
        Specified by:
        handleEvent in interface javax.xml.bind.ValidationEventHandler