com.ca.commons.datamodel
Class DataModelURLSource

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

public final class DataModelURLSource
extends DataModelSource

Read-only source from a URL.


Field Summary
 
Fields inherited from class com.ca.commons.datamodel.DataModelSource
logger
 
Constructor Summary
DataModelURLSource(String name, URL url)
           
 
Method Summary
 ModelType readJaxbModelImpl()
           
 
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

DataModelURLSource

public DataModelURLSource(@NotNull
                          String name,
                          @NotNull
                          URL url)
Method Detail

readJaxbModelImpl

@NotNull
public ModelType readJaxbModelImpl()
                            throws javax.xml.bind.JAXBException
Specified by:
readJaxbModelImpl in class DataModelSource
Throws:
javax.xml.bind.JAXBException


Created 2011-07-14 13:27 EST