|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPartyException | |
jain.application.services.jcc | This package contains JAIN Call Control API interfaces. |
jain.application.services.jcp | This package contains the classes and interfaces in the JAIN Core Package API that make up the common subset between JTAPI and JCC. |
Uses of InvalidPartyException in jain.application.services.jcc |
Methods in jain.application.services.jcc that throw InvalidPartyException | |
JccConnection |
JccCall.createConnection(java.lang.String targetAddress,
java.lang.String originatingAddress,
java.lang.String originalCalledAddress,
java.lang.String redirectingAddress)
Creates (a) new JccConnection(s) and attaches it/them to this JccCall. |
JccConnection |
JccCall.routeCall(java.lang.String targetAddress,
java.lang.String originatingAddress,
java.lang.String originalDestinationAddress,
java.lang.String redirectingAddress)
This method requests routing of a call to the targetAddress given as an input parameter. |
void |
JccConnection.routeConnection(boolean attachmedia)
Routes this JccConnection to the target address associated with this JccConnection object. |
void |
JccConnection.selectRoute(java.lang.String address)
Replaces address information onto an existing JccConnection. |
Uses of InvalidPartyException in jain.application.services.jcp |
Methods in jain.application.services.jcp that throw InvalidPartyException | |
JcpAddress |
JcpProvider.getAddress(java.lang.String address)
Returns an JcpAddress object which corresponds to the (telephone) number string
provided. |
|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |