93949596979899100
getFilePath().getAbsolutePath() + " created....."); } catch (IOException e) { e.printStackTrace(); throw new WrapperFault(e); } }
287288289290291292293294
} } } catch (IOException e) { throw new WrapperFault(e); } }
323324325326327328329330
+ ";\n"); } } catch (IOException e) { throw new WrapperFault(e); } }
335336337338339340341342
{ writer.write("\t" + classname + "();\n"); } catch (IOException e) { throw new WrapperFault(e); } }
347348349350351352353354
{ writer.write("\t~" + classname + "();\n"); } catch (IOException e) { throw new WrapperFault(e); } }
455456457458459460461462
} } catch (IOException e) { throw new WrapperFault(e); } }
5859606162636465
" * This file contains Web Service Wrapper declarations\n"); writer.write(" */\n\n"); } catch (IOException e) { throw new WrapperFault(e); } }
7374757677787980
{ writer.write("public:\n\t" + classname + "();\n"); } catch (IOException e) { throw new WrapperFault(e); } }
8889909192939495
{ writer.write("public:\n\tvirtual ~" + classname + "();\n"); } catch (IOException e) { throw new WrapperFault(e); } }
123124125126127128129130