org.jvoicexml.interpreter
Interface ExecutableFormFactory

All Known Implementing Classes:
JVoiceXmlExecutableFormFactory

public interface ExecutableFormFactory

Factory for ExecutableForm objects.

Since:
0.4
Version:
$Revision: 154 $

Copyright © 2006 JVoiceXML group - http://jvoicexml.sourceforge.net/

Author:
Dirk Schnelle

Method Summary
 Collection<ExecutableForm> getExecutableForms(Vxml vxml)
          Retrieves a collection of all ExecutableForms in the given VoiceXML document.
 

Method Detail

getExecutableForms

Collection<ExecutableForm> getExecutableForms(Vxml vxml)
Retrieves a collection of all ExecutableForms in the given VoiceXML document.

Parameters:
vxml - The document.
Returns:
collection of all ExecutableForms.


Copyright © 2005-2007 JVoiceXML group.