public void afterPropertiesSet() throws Exception {
if (cdxSource == null) {
cdxSource = zipnumSource;
}
cdxLineFactory = new StandardCDXLineFactory(cdxFormat);
//defaultCdxFormat = cdxLineFactory.getParseFormat();
//if (authChecker != null && authChecker.getPublicCdxFields() != null) {
//publicCdxFields = new FieldSplitFormat(authChecker.getPublicCdxFields());
//}