public interface Profile
| Modifier and Type | Method and Description |
|---|---|
TagStrategyFactory |
getInitializationTagStrategyFactory()
Retrieves the tag strategy factory Factory for
TagStrategys that
are to be executed before executing the form items. |
java.lang.String |
getName()
Retrieves the name of this profile.
|
SsmlParsingStrategyFactory |
getSsmlParsingStrategyFactory()
Retrieves the parsing strategy to parse nodes into SSML document.
|
TagStrategyFactory |
getTagStrategyFactory()
Retrieves the tag strategy factory.
|
void |
initialize(VoiceXmlInterpreterContext context)
Initialized this profile once a session is created.
|
void |
terminate(VoiceXmlInterpreterContext context)
Initialized this profile once a session is closed.
|
java.lang.String getName()
void initialize(VoiceXmlInterpreterContext context)
Note, that profiles are shared among all sessions and that any properties may be overwritten by sessions that are created in parallel.
context - the context for the created session.void terminate(VoiceXmlInterpreterContext context)
Note, that profiles are shared among all sessions and that any properties may be overwritten by sessions that are created in parallel.
context - the context for the closed session.TagStrategyFactory getInitializationTagStrategyFactory()
TagStrategys that
are to be executed before executing the form items.TagStrategyFactory getTagStrategyFactory()
SsmlParsingStrategyFactory getSsmlParsingStrategyFactory()