107108109110111112113
if (config == null) { String err = "The argument 'config' must not be null."; throw new IllegalArgumentException(err); } _config = config; _xmlFieldHandlerFactory = new XMLFieldHandlerFactory(config); } //-- DescriptorSourceFactory