@NotThreadSafe public abstract class AbstractUBLDocumentMarshaller extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUBLDocumentMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationEventHandler |
getGlobalValidationEventHandler() |
static void |
setGlobalValidationEventHandler(ValidationEventHandler aGlobalEventHandler)
Set a global event handler that should be passed to all read/write actions.
|
public static final void setGlobalValidationEventHandler(@Nullable ValidationEventHandler aGlobalEventHandler)
aGlobalEventHandler - The new global event handler. May be null to
indicate, that the default handler should be used.@Nullable public static final ValidationEventHandler getGlobalValidationEventHandler()
null to indicate that no global validation event
handler is defined, and the default validation handler is used.Copyright © 2014–2015 Philip Helger. All rights reserved.