Uses of Interface
jakarta.xml.bind.ValidationEventHandler
Packages that use ValidationEventHandler
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Defines annotations for customizing Java program elements to XML Schema mapping.
Jakarta XML Binding Provider Use Only: Provides partial default implementations for
some of the
jakarta.xml.bind interfaces.Useful client utility classes.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of ValidationEventHandler in jakarta.xml.bind
Methods in jakarta.xml.bind that return ValidationEventHandlerModifier and TypeMethodDescriptionabstract ValidationEventHandlerBinder.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Marshaller.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Unmarshaller.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Methods in jakarta.xml.bind with parameters of type ValidationEventHandlerModifier and TypeMethodDescriptionabstract voidBinder.setEventHandler(ValidationEventHandler handler) Allow an application to register aValidationEventHandler.voidMarshaller.setEventHandler(ValidationEventHandler handler) Allow an application to register a validation event handler.voidUnmarshaller.setEventHandler(ValidationEventHandler handler) Allow an application to register aValidationEventHandler. -
Uses of ValidationEventHandler in jakarta.xml.bind.annotation
Methods in jakarta.xml.bind.annotation with parameters of type ValidationEventHandlerModifier and TypeMethodDescriptionDomHandler.createUnmarshaller(ValidationEventHandler errorHandler) When a Jakarta XML Binding provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create aResultobject.W3CDomHandler.createUnmarshaller(ValidationEventHandler errorHandler) DomHandler.marshal(ElementT n, ValidationEventHandler errorHandler) This method is called when a Jakarta XML Binding provider needs to marshal an element to XML.W3CDomHandler.marshal(Element element, ValidationEventHandler errorHandler) -
Uses of ValidationEventHandler in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement ValidationEventHandlerModifier and TypeClassDescriptionclassJAXB 1.0 only default validation event handler.Methods in jakarta.xml.bind.helpers that return ValidationEventHandlerModifier and TypeMethodDescriptionAbstractMarshallerImpl.getEventHandler()AbstractUnmarshallerImpl.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Methods in jakarta.xml.bind.helpers with parameters of type ValidationEventHandlerModifier and TypeMethodDescriptionvoidAbstractMarshallerImpl.setEventHandler(ValidationEventHandler handler) voidAbstractUnmarshallerImpl.setEventHandler(ValidationEventHandler handler) Allow an application to register a validation event handler. -
Uses of ValidationEventHandler in jakarta.xml.bind.util
Classes in jakarta.xml.bind.util that implement ValidationEventHandlerModifier and TypeClassDescriptionclassValidationEventHandlerimplementation that collects all events. -
Uses of ValidationEventHandler in org.glassfish.jaxb.runtime
Methods in org.glassfish.jaxb.runtime with parameters of type ValidationEventHandlerModifier and TypeMethodDescriptionvoidIDResolver.startDocument(ValidationEventHandler eventHandler) Called when the unmarshalling starts. -
Uses of ValidationEventHandler in org.glassfish.jaxb.runtime.v2.runtime
Classes in org.glassfish.jaxb.runtime.v2.runtime that implement ValidationEventHandlerModifier and TypeClassDescriptionclassObject that coordinates the marshalling/unmarshalling.final classImplementation ofMarshallerinterface for the JAXB RI.final classReceives XML serialization event and writes toXmlOutput.Methods in org.glassfish.jaxb.runtime.v2.runtime that return ValidationEventHandlerMethods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type ValidationEventHandlerModifier and TypeMethodDescriptionvoidBinderImpl.setEventHandler(ValidationEventHandler handler) -
Uses of ValidationEventHandler in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Classes in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that implement ValidationEventHandlerModifier and TypeClassDescriptionfinal classDefault Unmarshaller implementation.final classCenter of the unmarshalling.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return ValidationEventHandler -
Uses of ValidationEventHandler in org.hibernate.boot.jaxb.internal
Classes in org.hibernate.boot.jaxb.internal that implement ValidationEventHandlerModifier and TypeClassDescriptionclassValidationEventHandler implementation providing easier access to where (line/column) an error occurred. -
Uses of ValidationEventHandler in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that return ValidationEventHandlerMethods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type ValidationEventHandlerModifier and TypeMethodDescriptionvoidSecureUnmarshaller.setEventHandler(ValidationEventHandler handler)