Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.xml.bind.ValidationEventHandler

Uses of ValidationEventHandler in javax.xml.bind
 

Methods in javax.xml.bind that return ValidationEventHandler
 ValidationEventHandler Validator.getEventHandler()
          Returns an event handler that shall be invoked for notifications on problems detected by the Validator.
 ValidationEventHandler Unmarshaller.getEventHandler()
          If the JAXB application has registered a custom handler for validation events, returns that handler.
 ValidationEventHandler Marshaller.getEventHandler()
          Returns an event handler previously registered by the application.
 

Methods in javax.xml.bind with parameters of type ValidationEventHandler
 void Validator.setEventHandler(ValidationEventHandler pHandler)
          Registers an event handler that shall be invoked for notifications on problems detected by the Validator.
 void Unmarshaller.setEventHandler(ValidationEventHandler pHandler)
          An application may customize the Unmarshallers behaviour in case of validation problems by supplying a custom handler for validation events.
 void Marshaller.setEventHandler(ValidationEventHandler pHandler)
          Allows the application to set an event handler.