コード例 #1
0
 /* (non-Javadoc)
  * @see org.apache.ode.bpel.engine.rapi.OdeInternalInstance#saveState()
  */
 public Object saveState(OutputStream bos) throws IOException {
   if (bos != null) _soup.write(bos);
   return _soup;
 }