public static interface CachingJaxbLoader.UnmarshallingCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessUnmarshalling(T unmarshalledObject)
Allow for specific handling of the unmarshalled object before it is returned by a call to
CachingJaxbLoader.getUnmarshalledObject(UnmarshallingCallback) that triggered a reload. |
void postProcessUnmarshalling(T unmarshalledObject)
CachingJaxbLoader.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 CachingJaxbLoader.getUnmarshalledObject(UnmarshallingCallback).unmarshalledObject - Object to unmarshallCopyright © 2015 Jasig. All Rights Reserved.