T - JAXB object typepublic interface CachingJaxbLoader<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CachingJaxbLoader.UnmarshallingCallback<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
getUnmarshalledObject()
Loads and unmarshalls the XML as needed, returning the unmarshalled object
|
T |
getUnmarshalledObject(CachingJaxbLoader.UnmarshallingCallback<T> callback) |
T getUnmarshalledObject(CachingJaxbLoader.UnmarshallingCallback<T> callback)
callback - Callback that will be executed after the object is unmarshalled (if it needs to be) but before it is returnedgetUnmarshalledObject()T getUnmarshalledObject()
Copyright © 2015 Jasig. All Rights Reserved.