Class JaxbUtils.LoggingValidationEventHandler

  • All Implemented Interfaces:
    javax.xml.bind.ValidationEventHandler
    Enclosing class:
    JaxbUtils

    protected static final class JaxbUtils.LoggingValidationEventHandler
    extends java.lang.Object
    implements javax.xml.bind.ValidationEventHandler
    • 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
    • Constructor Detail

      • LoggingValidationEventHandler

        protected LoggingValidationEventHandler()
    • Method Detail

      • handleEvent

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