|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.commons.datamodel.DataModelSource
com.ca.commons.datamodel.DataModelChainedSource
public abstract class DataModelChainedSource
| Field Summary | |
|---|---|
protected DataModelSource |
nextSource
|
| Fields inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
logger |
| Constructor Summary | |
|---|---|
protected |
DataModelChainedSource(DataModelSource nextSource)
|
| Method Summary | |
|---|---|
protected long |
lastModified()
|
protected abstract void |
postProcess(ModelType jaxbModel)
|
protected void |
readComplete()
|
protected ModelType |
readJaxbModelImpl()
|
| Methods inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
equals, getName, hashCode, invalidate, isChanged, override, readJaxbModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final DataModelSource nextSource
| Constructor Detail |
|---|
protected DataModelChainedSource(@NotNull
DataModelSource nextSource)
| Method Detail |
|---|
@NotNull
protected final ModelType readJaxbModelImpl()
throws javax.xml.bind.JAXBException,
IOException
readJaxbModelImpl in class DataModelSourcejavax.xml.bind.JAXBException
IOException
protected abstract void postProcess(@NotNull
ModelType jaxbModel)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionprotected long lastModified()
lastModified in class DataModelSourceprotected void readComplete()
readComplete in class DataModelSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||