|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.interpreter.ObjectExecutor
public final class ObjectExecutor
Execute an <object> node.
Copyright © 2005-2006 UCM Technologies, Inc. Released under the terms of LGPL license
Copyright © 2005-2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
FormInterpretationAlgorithm,
ObjectTag| Method Summary | |
|---|---|
void |
execute(VoiceXmlInterpreterContext context,
VoiceXmlInterpreter interpreter,
FormInterpretationAlgorithm fia,
ObjectFormItem object)
Sets all parameters in the specified object and executes it's invoke method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void execute(VoiceXmlInterpreterContext context,
VoiceXmlInterpreter interpreter,
FormInterpretationAlgorithm fia,
ObjectFormItem object)
throws SemanticError,
NoresourceError,
NoauthorizationError
invoke method.
context - The current VoiceXML interpreter context.interpreter - The current interpreter.fia - The form interpretation algorithm.object - The object node to execute.
SemanticError - ObjectTag.ATTRIBUTE_CLASSID not specified.
NoresourceError - Error instantiating the object.
NoauthorizationError - Error accessing or executing a method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||