org.jvoicexml.callmanager
Class ConfiguredApplication

java.lang.Object
  extended by org.jvoicexml.callmanager.ConfiguredApplication

public class ConfiguredApplication
extends Object

Application configuration settings. Maps a terminal name to a URI.

Since:
0.6
Version:
$Revision: 2129 $
Author:
Dirk Schnelle-Walka

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

ConfiguredApplication

public ConfiguredApplication()
Constructs a new object.

Method Detail

getTerminal

public final String getTerminal()
Retrieves the name of the terminal.

Returns:
the terminal

setTerminal

public final void setTerminal(String term)
Sets the name of the terminal.

Parameters:
term - the terminal to set

getUriObject

public final URI getUriObject()
Retrieves the URI of the application to call.

Returns:
the uri

getUri

public final String getUri()
Retrieves the URI of the application to call.

Returns:
the uri

setUri

public final void setUri(String applicationUri)
Sets the URI of the application to call.

Parameters:
applicationUri - the URI to set

getInputType

public final String getInputType()
Retrieves the input type that will be used for the application.

Returns:
the input type.

setInputType

public final void setInputType(String type)
Sets the input type of this application.

Parameters:
type - the new input type.

getOutputType

public final String getOutputType()
Retrieves the output type that will be used for the application.

Returns:
the output type.

setOutputType

public final void setOutputType(String type)
Sets the output type of this application.

Parameters:
type - the new output type.


Copyright © 2005-2010JVoiceXML group.