org.jvoicexml.implementation.jsapi10.speakstrategy
Class JVoiceXmlSpeakStratgeyFactory
java.lang.Object
org.jvoicexml.implementation.jsapi10.speakstrategy.JVoiceXmlSpeakStratgeyFactory
- All Implemented Interfaces:
- SSMLSpeakStrategyFactory
public final class JVoiceXmlSpeakStratgeyFactory
- extends Object
- implements SSMLSpeakStrategyFactory
Factory for SSMLSpeakStrategys.
- Since:
- 0.5
- Version:
- $Revision: 2355 $
- Author:
- Dirk Schnelle-Walka
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JVoiceXmlSpeakStratgeyFactory
public JVoiceXmlSpeakStratgeyFactory()
- Creates a new object.
getSpeakStrategy
public SSMLSpeakStrategy getSpeakStrategy(org.jvoicexml.xml.SsmlNode node)
- Retrieves the strategy to play back the given node.
- Specified by:
getSpeakStrategy in interface SSMLSpeakStrategyFactory
- Parameters:
node - The SSML node to play back.
- Returns:
- Strategy to play back the node,
null if there
is none.
Copyright © 2005-2009JVoiceXML group.