org.jasig.services.persondir.support.xml
Interface CachingJaxbLoader.UnmarshallingCallback<T>

Enclosing interface:
CachingJaxbLoader<T>

public static interface CachingJaxbLoader.UnmarshallingCallback<T>


Method Summary
 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.
 

Method Detail

postProcessUnmarshalling

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. 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 © 2012 Jasig. All Rights Reserved.