Uses of Interface
javax.xml.bind.ValidationEventHandler
-
Packages that use ValidationEventHandler Package Description com.sun.xml.bind com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.javax.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces.javax.xml.bind.util Useful client utility classes. -
-
Uses of ValidationEventHandler in com.sun.xml.bind
Methods in com.sun.xml.bind with parameters of type ValidationEventHandler Modifier and Type Method Description voidIDResolver. startDocument(ValidationEventHandler eventHandler)Called when the unmarshalling starts. -
Uses of ValidationEventHandler in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api with parameters of type ValidationEventHandler Modifier and Type Method Description abstract voidBridgeContext. setErrorHandler(ValidationEventHandler handler)Deprecated.Registers the error handler that receives unmarshalling/marshalling errors. -
Uses of ValidationEventHandler in com.sun.xml.bind.v2.runtime
Classes in com.sun.xml.bind.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 com.sun.xml.bind.v2.runtime that return ValidationEventHandler Modifier and Type Method Description ValidationEventHandlerBinderImpl. getEventHandler()Methods in com.sun.xml.bind.v2.runtime with parameters of type ValidationEventHandler Modifier and Type Method Description voidBridgeContextImpl. setErrorHandler(ValidationEventHandler handler)voidBinderImpl. setEventHandler(ValidationEventHandler handler) -
Uses of ValidationEventHandler in com.sun.xml.bind.v2.runtime.unmarshaller
Classes in com.sun.xml.bind.v2.runtime.unmarshaller that implement ValidationEventHandler Modifier and Type Class Description classUnmarshallerImplDefault Unmarshaller implementation.classUnmarshallingContextCenter of the unmarshalling.Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return ValidationEventHandler Modifier and Type Method Description ValidationEventHandlerUnmarshallerImpl. getEventHandler() -
Uses of ValidationEventHandler in javax.xml.bind
Methods in javax.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 javax.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 javax.xml.bind.annotation
Methods in javax.xml.bind.annotation with parameters of type ValidationEventHandler Modifier and Type Method Description ResultTDomHandler. createUnmarshaller(ValidationEventHandler errorHandler)When a JAXB 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 JAXB provider needs to marshal an element to XML.SourceW3CDomHandler. marshal(Element element, ValidationEventHandler errorHandler) -
Uses of ValidationEventHandler in javax.xml.bind.helpers
Classes in javax.xml.bind.helpers that implement ValidationEventHandler Modifier and Type Class Description classDefaultValidationEventHandlerJAXB 1.0 only default validation event handler.Methods in javax.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 javax.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 javax.xml.bind.util
Classes in javax.xml.bind.util that implement ValidationEventHandler Modifier and Type Class Description classValidationEventCollectorValidationEventHandlerimplementation that collects all events.
-