org.jvoicexml.interpreter.form
Class JVoiceXmlExecutableFormFactory
java.lang.Object
org.jvoicexml.interpreter.form.JVoiceXmlExecutableFormFactory
- All Implemented Interfaces:
- ExecutableFormFactory
public final class JVoiceXmlExecutableFormFactory
- extends Object
- implements ExecutableFormFactory
Implementation of a ExecutableFormFactory.
- Since:
- 0.4
- Version:
- $Revision: 216 $
Copyright © 2006 JVoiceXML group -
http://jvoicexml.sourceforge.net/
- Author:
- Dirk Schnelle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JVoiceXmlExecutableFormFactory
public JVoiceXmlExecutableFormFactory()
- Constructs a new object.
getExecutableForms
public Collection<ExecutableForm> getExecutableForms(Vxml vxml)
- Retrieves a collection of all
ExecutableForms in the
given VoiceXML document.
- Specified by:
getExecutableForms in interface ExecutableFormFactory
- Parameters:
vxml - The document.
- Returns:
- collection of all
ExecutableForms.
Copyright © 2005-2007 JVoiceXML group.