1: package salomeTMF_plug.requirements.sqlWrapper; 2: 3: public interface ISQLSoapFactory { 4: public ISQLRequirement getISQLRequirement(); 5: }