public static interface CachingJaxbLoader.UnmarshallingCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessUnmarshalling(T unmarshalledObject)
Allow for specific handling of of the unmarshalled object before it is returned by a call to
JaxbLoader#getUnmarshalledObject(UnmarshallingCallback) that triggered a reload. |
void postProcessUnmarshalling(T unmarshalledObject)
JaxbLoader#getUnmarshalledObject(UnmarshallingCallback) that triggered a reload. If
this method throws an exception the loaded object will not be cached and the exception will
be propegated to the caller of JaxbLoader#getUnmarshalledObject(UnmarshallingCallback).Copyright © 2015 Jasig. All Rights Reserved.