01: package org.conform.mdl; 02: 03: /** 04: * Created by IntelliJ IDEA. 05: * User: nina 06: * Date: 24.08.2003 07: * Time: 11:08:41 08: * To change this template use Options | File Templates. 09: */ 10: public interface HandlerFactory { 11: ScopeHandler getHandler(String name); 12: }