Example #1
0
 /**
  * Called to signal an end of unmarshalling. This method should be overridden to perform any
  * necessary clean up by an unmarshaller
  */
 public void finish() {
   if (sb != null) {
     _appInfo.setContent(sb.toString());
     sb = null;
   }
 } // -- finish