This is equivalent to calling the load method. When a null value is
passed in, the default values are used. All non-primary datatypes are
cloned with the exception of Strings (which have a singleton hash
table in memory representation).
Parameters: dto - The ServiceDTO object to copy into the new ServiceConfigobject. throws: NullPointerException - if dto was null;
Takes a ServiceDTO and loads it into this ServiceConfig Object
Parameters: dto - an instance of ServiceDTO throws: NullPointerException - if dto is null See Also: org.vfny.geoserver.config.DataStructure.loadDTO(java.lang.Object)