org.jvoicexml.implementation.jsapi10.speakstrategy
Class JVoiceXmlSpeakStratgeyFactory

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

Constructor Summary
JVoiceXmlSpeakStratgeyFactory()
          Creates a new object.
 
Method Summary
 SSMLSpeakStrategy getSpeakStrategy(org.jvoicexml.xml.SsmlNode node)
          Retrieves the strategy to play back the given node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVoiceXmlSpeakStratgeyFactory

public JVoiceXmlSpeakStratgeyFactory()
Creates a new object.

Method Detail

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.