src/share/jaxws_classes/javax/xml/bind/Unmarshaller.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 397
b99d7e355d4b
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
344 * the default unmarshal validation handler is 344 * the default unmarshal validation handler is
345 * {@link javax.xml.bind.helpers.DefaultValidationEventHandler} and it 345 * {@link javax.xml.bind.helpers.DefaultValidationEventHandler} and it
346 * terminates the marshal operation after encountering either a fatal error or an error. 346 * terminates the marshal operation after encountering either a fatal error or an error.
347 * For a JAXB 2.0 client application, there is no explicitly defined default 347 * For a JAXB 2.0 client application, there is no explicitly defined default
348 * validation handler and the default event handling only 348 * validation handler and the default event handling only
349 * terminates the marshal operation after encountering a fatal error. 349 * terminates the unmarshal operation after encountering a fatal error.
350 * 350 *
351 * </blockquote> 351 * </blockquote>
352 * 352 *
353 * <p> 353 * <p>
354 * <a name="supportedProps"></a> 354 * <a name="supportedProps"></a>

mercurial