org.jvoicexml.implementation.jsapi10
Interface SSMLSpeakStrategyFactory

All Known Implementing Classes:
JVoiceXmlSpeakStratgeyFactory

public interface SSMLSpeakStrategyFactory

Factory for SSMLSpeakStrategys.

Since:
0.7
Version:
$Revision: 2355 $
Author:
Dirk Schnelle

Method Summary
 SSMLSpeakStrategy getSpeakStrategy(org.jvoicexml.xml.SsmlNode node)
          Retrieves the strategy to play back the given node.
 

Method Detail

getSpeakStrategy

SSMLSpeakStrategy getSpeakStrategy(org.jvoicexml.xml.SsmlNode node)
Retrieves the strategy to play back the given node.

Parameters:
node - The SSML node to play back.
Returns:
Strategy to play back the node, null if there is none.


Copyright © 2005-2009JVoiceXML group.