org.jvoicexml.callmanager.text
Class TextApplication

java.lang.Object
  extended by org.jvoicexml.callmanager.text.TextApplication

public final class TextApplication
extends Object

A mapping of a port number to a URI that shall be called, once a connection to the call manager is made.

Since:
0.7.3
Version:
$Revision: 2528 $
Author:
Dirk Schnelle-Walka

Constructor Summary
TextApplication()
           
 
Method Summary
 int getPort()
          Retrieves the port number.
 String getUri()
          Retrieves the URI of the application to call.
 URI getUriObject()
          Retrieves the URI of the application to call.
 void setPort(int portNumber)
          Sets the port number.
 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

TextApplication

public TextApplication()
Method Detail

getUriObject

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

Returns:
the uri

getPort

public int getPort()
Retrieves the port number.

Returns:
the port

setPort

public void setPort(int portNumber)
Sets the port number.

Parameters:
portNumber - the port to set

getUri

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

Returns:
the uri

setUri

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

Parameters:
applicationUri - the URI to set


Copyright © 2005-2009JVoiceXML group.