Uses of Interface
javax.xml.bind.ValidationEventHandler

Packages that use ValidationEventHandler
javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.  
javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.  
javax.xml.bind.util Useful client utility classes.  
 

Uses of ValidationEventHandler in javax.xml.bind
 

Methods in javax.xml.bind that return ValidationEventHandler
 ValidationEventHandler Validator.getEventHandler()
          Return the current event handler or the default event handler if one hasn't been set.
 ValidationEventHandler Unmarshaller.getEventHandler()
          Return the current event handler or the default event handler if one hasn't been set.
 ValidationEventHandler Marshaller.getEventHandler()
          Return the current event handler or the default event handler if one hasn't been set.
 

Methods in javax.xml.bind with parameters of type ValidationEventHandler
 void Validator.setEventHandler(ValidationEventHandler handler)
          Allow an application to register a validation event handler.
 void Unmarshaller.setEventHandler(ValidationEventHandler handler)
          Allow an application to register a ValidationEventHandler.
 void Marshaller.setEventHandler(ValidationEventHandler handler)
          Allow an application to register a validation event handler.
 

Uses of ValidationEventHandler in javax.xml.bind.helpers
 

Classes in javax.xml.bind.helpers that implement ValidationEventHandler
 class DefaultValidationEventHandler
           This is the default validation event handler that will be used by the Unmarshaller and Validator if the client application doesn't specify their own.
 

Methods in javax.xml.bind.helpers that return ValidationEventHandler
 ValidationEventHandler AbstractUnmarshallerImpl.getEventHandler()
          Return the current event handler or the default event handler if one hasn't been set.
 ValidationEventHandler AbstractMarshallerImpl.getEventHandler()
           
 

Methods in javax.xml.bind.helpers with parameters of type ValidationEventHandler
 void AbstractUnmarshallerImpl.setEventHandler(ValidationEventHandler handler)
          Allow an application to register a validation event handler.
 void AbstractMarshallerImpl.setEventHandler(ValidationEventHandler handler)
           
 

Uses of ValidationEventHandler in javax.xml.bind.util
 

Classes in javax.xml.bind.util that implement ValidationEventHandler
 class ValidationEventCollector
          ValidationEventHandler implementation that collects all events.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.