|
||||||||||
| 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.DataModelWritableSource
com.ca.commons.datamodel.ReaderWriterSource
public abstract class ReaderWriterSource
| Field Summary |
|---|
| Fields inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
logger |
| Constructor Summary | |
|---|---|
protected |
ReaderWriterSource(String name)
|
| Method Summary | |
|---|---|
protected abstract Reader |
reader()
|
ModelType |
readJaxbModelImpl()
|
void |
writeJaxbModelImpl(ModelType jaxbModel)
|
protected abstract Writer |
writer()
|
| Methods inherited from class com.ca.commons.datamodel.DataModelWritableSource |
|---|
newMarshaller, writeComplete, writeJaxbModel |
| Methods inherited from class com.ca.commons.datamodel.DataModelSource |
|---|
equals, getName, hashCode, invalidate, isChanged, lastModified, override, readComplete, readJaxbModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ReaderWriterSource(@NotNull
String name)
| Method Detail |
|---|
@NotNull
protected abstract Reader reader()
throws IOException
IOException
@NotNull
protected abstract Writer writer()
throws IOException
IOException
@NotNull
public final ModelType readJaxbModelImpl()
throws javax.xml.bind.JAXBException,
IOException
readJaxbModelImpl in class DataModelSourcejavax.xml.bind.JAXBException
IOException
public final void writeJaxbModelImpl(@NotNull
ModelType jaxbModel)
throws javax.xml.bind.JAXBException,
IOException
writeJaxbModelImpl in class DataModelWritableSourcejavax.xml.bind.JAXBException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||