Ejemplo n.º 1
0
 @Override
 public void storeWeightList(WeightList weightList, String destination) throws STException {
   xmlWeightList.storeWeightList(weightList, destination);
 }
Ejemplo n.º 2
0
 @Override
 public WeightList readWeightList(String source) throws STException {
   return xmlWeightList.readWeightList(source);
 }