Uses of Interface
jakarta.xml.bind.ValidationEventHandler
-
Packages that use ValidationEventHandler Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bindinterfaces.jakarta.xml.bind.util Useful client utility classes.org.glassfish.jaxb.runtime org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of ValidationEventHandler in jakarta.xml.bind
Methods in jakarta.xml.bind that return ValidationEventHandler Modifier and Type Method Description abstract ValidationEventHandlerBinder. getEventHandler()Return the current event handler or the default event handler if one hasn't been set.ValidationEventHandlerMarshaller. getEventHandler()Return the current event handler or the default event handler if one hasn't been set.ValidationEventHandlerUnmarshaller. getEventHandler()Return the current event handler or the default event handler if one hasn't been set.ValidationEventHandlerValidator. getEventHandler()Deprecated.since JAXB2.0Methods in jakarta.xml.bind with parameters of type ValidationEventHandler Modifier and Type Method Description abstract 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.voidValidator. setEventHandler(ValidationEventHandler handler)Deprecated.since JAXB2.0 -
Uses of ValidationEventHandler in jakarta.xml.bind.annotation
Methods in jakarta.xml.bind.annotation with parameters of type ValidationEventHandler Modifier and Type Method Description ResultTDomHandler. 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.DOMResultW3CDomHandler. createUnmarshaller(ValidationEventHandler errorHandler)SourceDomHandler. marshal(ElementT n, ValidationEventHandler errorHandler)This method is called when a Jakarta XML Binding provider needs to marshal an element to XML.SourceW3CDomHandler. marshal(Element element, ValidationEventHandler errorHandler) -
Uses of ValidationEventHandler in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement ValidationEventHandler Modifier and Type Class Description classDefaultValidationEventHandlerJAXB 1.0 only default validation event handler.Methods in jakarta.xml.bind.helpers that return ValidationEventHandler Modifier and Type Method Description ValidationEventHandlerAbstractMarshallerImpl. getEventHandler()ValidationEventHandlerAbstractUnmarshallerImpl. 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 ValidationEventHandler Modifier and Type Method Description voidAbstractMarshallerImpl. 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 ValidationEventHandler Modifier and Type Class Description classValidationEventCollectorValidationEventHandlerimplementation that collects all events. -
Uses of ValidationEventHandler in org.glassfish.jaxb.runtime
Methods in org.glassfish.jaxb.runtime with parameters of type ValidationEventHandler Modifier and Type Method Description voidIDResolver. 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 ValidationEventHandler Modifier and Type Class Description classCoordinatorObject that coordinates the marshalling/unmarshalling.classMarshallerImplImplementation ofMarshallerinterface for the JAXB RI.classXMLSerializerReceives XML serialization event and writes toXmlOutput.Methods in org.glassfish.jaxb.runtime.v2.runtime that return ValidationEventHandler Modifier and Type Method Description ValidationEventHandlerBinderImpl. getEventHandler()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type ValidationEventHandler Modifier and Type Method Description voidBinderImpl. 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 ValidationEventHandler Modifier and Type Class Description classUnmarshallerImplDefault Unmarshaller implementation.classUnmarshallingContextCenter of the unmarshalling.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return ValidationEventHandler Modifier and Type Method Description ValidationEventHandlerUnmarshallerImpl. getEventHandler() -
Uses of ValidationEventHandler in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that return ValidationEventHandler Modifier and Type Method Description ValidationEventHandlerSecureUnmarshaller. getEventHandler()Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type ValidationEventHandler Modifier and Type Method Description voidSecureUnmarshaller. setEventHandler(ValidationEventHandler handler)
-