com.ca.commons.datamodel
Class DataModelJaxbSource

java.lang.Object
  extended by com.ca.commons.datamodel.DataModelSource
      extended by com.ca.commons.datamodel.DataModelJaxbSource

public final class DataModelJaxbSource
extends DataModelSource


Field Summary
 
Fields inherited from class com.ca.commons.datamodel.DataModelSource
logger
 
Constructor Summary
DataModelJaxbSource(String name, ModelType jaxbModel)
           
 
Method Summary
protected  void readComplete()
           
 ModelType readJaxbModelImpl()
           
 
Methods inherited from class com.ca.commons.datamodel.DataModelSource
equals, getName, hashCode, invalidate, isChanged, lastModified, override, readJaxbModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataModelJaxbSource

public DataModelJaxbSource(@NotNull
                           String name,
                           @NotNull
                           ModelType jaxbModel)
Method Detail

readJaxbModelImpl

@NotNull
public ModelType readJaxbModelImpl()
Specified by:
readJaxbModelImpl in class DataModelSource

readComplete

protected void readComplete()
Overrides:
readComplete in class DataModelSource


Created 2011-07-14 13:27 EST