d41695db6190b5b5795869e0d03e87a6ddf92639.svn-base 1000 B

123456789101112131415161718192021222324252627282930313233343536
  1. package pda;
  2. import java.io.IOException;
  3. import java.sql.SQLException;
  4. import java.util.ArrayList;
  5. import java.util.List;
  6. import javax.jws.WebMethod;
  7. import javax.jws.WebParam;
  8. import javax.jws.WebService;
  9. import CoreFS.SA01.CoreIComponent;
  10. import CoreFS.SA06.CoreReturnObject;
  11. import CoreFS.SA01.CoreException;
  12. import CoreFS.SA01.CoreExceptionHandler;
  13. import CoreFS.SA06.CoreSqlType.CoreOracleType;
  14. @WebService
  15. public interface ICharacteristicValue
  16. {
  17. public String abc(String MESSAGESEQ,String b);
  18. public String uim01001 (String pname, ArrayList<String> ar) throws IOException, SQLException;
  19. public String uimSelect(String abc) throws IOException, SQLException;
  20. public String uim01002(String ProcedureName,ArrayList arcd1,ArrayList arcd2) throws SQLException;
  21. /**
  22. * 检验委托后台调用接口
  23. * @param materialInfo
  24. * @return
  25. * @throws Exception
  26. */
  27. @WebMethod
  28. public String autoGenerationSampleInfo(@WebParam(name="materialInfo")String materialInfo)throws Exception;
  29. }