org.speakright.itest
Class PageWriter

java.lang.Object
  extended by org.speakright.itest.PageWriter

public class PageWriter
extends java.lang.Object

Writes a voicexml page into a file. This may be useful for inspecting the voicexml later, or sending it to a VoiceXML platform to see how it executes.

Author:
IanRaeLaptop

Constructor Summary
PageWriter()
           
 
Method Summary
 boolean write(java.lang.String path, java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageWriter

public PageWriter()
Method Detail

write

public boolean write(java.lang.String path,
                     java.lang.String content)