|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.callmanager.text.TextApplication
public final class TextApplication
A mapping of a port number to a URI that shall be called, once a connection to the call manager is made.
| 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 |
|---|
public TextApplication()
| Method Detail |
|---|
public URI getUriObject()
public int getPort()
public void setPort(int portNumber)
portNumber - the port to setpublic String getUri()
public void setUri(String applicationUri)
applicationUri - the URI to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||