com.ca.commons.datamodel
Class DataModelWritableStreamSource
java.lang.Object
com.ca.commons.datamodel.DataModelSource
com.ca.commons.datamodel.DataModelWritableSource
com.ca.commons.datamodel.DataModelWritableStreamSource
- Direct Known Subclasses:
- DataModelFileSource
public abstract class DataModelWritableStreamSource
- extends DataModelWritableSource
DataModelWritableStreamSource
protected DataModelWritableStreamSource(@NotNull
String name)
inputStream
@NotNull
protected abstract InputStream inputStream()
throws IOException
- Throws:
IOException
readJaxbModelImpl
@NotNull
public ModelType readJaxbModelImpl()
throws javax.xml.bind.JAXBException,
IOException
- Specified by:
readJaxbModelImpl in class DataModelSource
- Throws:
javax.xml.bind.JAXBException
IOException
outputStream
@NotNull
protected abstract OutputStream outputStream()
throws IOException
- Throws:
IOException
writeJaxbModelImpl
public void writeJaxbModelImpl(@NotNull
ModelType jaxbModel)
throws javax.xml.bind.JAXBException,
IOException
- Specified by:
writeJaxbModelImpl in class DataModelWritableSource
- Throws:
javax.xml.bind.JAXBException
IOException
Created 2011-07-14 13:27 EST