|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.callmanager.ConfiguredApplication
public class ConfiguredApplication
Application configuration settings. Maps a terminal name to a URI.
| Constructor Summary | |
|---|---|
ConfiguredApplication()
Constructs a new object. |
|
| Method Summary | |
|---|---|
String |
getInputType()
Retrieves the input type that will be used for the application. |
String |
getOutputType()
Retrieves the output type that will be used for the application. |
String |
getTerminal()
Retrieves the name of the terminal. |
String |
getUri()
Retrieves the URI of the application to call. |
URI |
getUriObject()
Retrieves the URI of the application to call. |
void |
setInputType(String type)
Sets the input type of this application. |
void |
setOutputType(String type)
Sets the output type of this application. |
void |
setTerminal(String term)
Sets the name of the terminal. |
void |
setUri(String applicationUri)
Sets the URI of the application to call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfiguredApplication()
| Method Detail |
|---|
public final String getTerminal()
public final void setTerminal(String term)
term - the terminal to setpublic final URI getUriObject()
public final String getUri()
public final void setUri(String applicationUri)
applicationUri - the URI to setpublic final String getInputType()
public final void setInputType(String type)
type - the new input type.public final String getOutputType()
public final void setOutputType(String type)
type - the new output type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||