com.ca.commons.datamodel
Class DataModelChainedSource
java.lang.Object
com.ca.commons.datamodel.DataModelSource
com.ca.commons.datamodel.DataModelChainedSource
public abstract class DataModelChainedSource
- extends DataModelSource
nextSource
protected final DataModelSource nextSource
DataModelChainedSource
protected DataModelChainedSource(@NotNull
DataModelSource nextSource)
readJaxbModelImpl
@NotNull
protected final ModelType readJaxbModelImpl()
throws javax.xml.bind.JAXBException,
IOException
- Specified by:
readJaxbModelImpl in class DataModelSource
- Throws:
javax.xml.bind.JAXBException
IOException
postProcess
protected abstract void postProcess(@NotNull
ModelType jaxbModel)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
lastModified
protected long lastModified()
- Overrides:
lastModified in class DataModelSource
readComplete
protected void readComplete()
- Overrides:
readComplete in class DataModelSource
Created 2009-10-09 16:43 EST