org.jvoicexml.interpreter.formitem
Class FormItemFactory

java.lang.Object
  extended by org.jvoicexml.interpreter.formitem.FormItemFactory

public final class FormItemFactory
extends Object

Factory for form items.

Version:
$Revision: 154 $

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

Author:
Dirk Schnelle

Method Summary
static AbstractFormItem getFormItem(VoiceXmlInterpreterContext context, VoiceXmlNode node)
          Factory method to get a form item for a voice xml node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormItem

public static AbstractFormItem getFormItem(VoiceXmlInterpreterContext context,
                                           VoiceXmlNode node)
Factory method to get a form item for a voice xml node.

Parameters:
context - The current VoiceXmlInterpreterContext.
node - The voice xml node for which to get a form item.
Returns:
A corresponding form item or null if the given node cannot be transferred into a form item.


Copyright © 2005-2007 JVoiceXML group.