org.jvoicexml.interpreter.form
Class JVoiceXmlExecutableFormFactory

java.lang.Object
  extended by 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

Constructor Summary
JVoiceXmlExecutableFormFactory()
          Constructs a new object.
 
Method Summary
 Collection<ExecutableForm> getExecutableForms(Vxml vxml)
          Retrieves a collection of all ExecutableForms in the given VoiceXML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVoiceXmlExecutableFormFactory

public JVoiceXmlExecutableFormFactory()
Constructs a new object.

Method Detail

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.