SoapTarget.java 278 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.sitech.ismp.coll.tivoli; import com.sitech.ismp.coll.CollBase; /** * 该类作为采集的辅助类 * 用于 * 1 保存采集后的数据 * 2 记录采集中可能用到的配置信息 * @author winnerbao * */ public class SoapTarget extends CollBase{ }